1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
{
"name": "Blitz",
"description": "C++ class library for scientific computing",
"url": "https://downloads.sourceforge.net/project/blitz/blitz/Blitz++%200.10/blitz-0.10.tar.gz",
"mirror": null,
"homepage": "https://blitz.sourceforge.io",
"depends": [
{
"depend": "autoconf",
"build-depend": true
},
{
"depend": "automake",
"build-depend": true
},
{
"depend": "libtool",
"build-depend": true
}
],
"resource": [],
"conflicts": [],
"patches": [],
"install": [
"system \"autoreconf\", \"-fi\" if build.head?",
"system \"./configure\", \"--disable-debug\",",
"\"--disable-dependency-tracking\",",
"\"--infodir=#{info}\",",
"\"--enable-shared\",",
"\"--disable-doxygen\",",
"\"--disable-dot\",",
"\"--prefix=#{prefix}\"",
"system \"make\", \"install\""
],
"version": "0.10",
"file": "blitz.rb"
}
|