File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11extends : [autotools_package]
22
3+ dependencies :
4+ build : [autoconf, automake, gmp, boost]
5+
36sources :
4- - key : git:5d9c42dccebed2e9207616794a933764ec4151ae
5- url : https://github.com/qsnake/libint.git
7+ # When https://github.com/evaleev/libint/pull/30 is merged, we can switch to
8+ # use the original repository, until then we use a clone with the necessary
9+ # patches:
10+ # - key: git:c1be4f680ada1797e71741fa882b68e926fc05a9
11+ # url: https://github.com/evaleev/libint
12+ - key : git:c0a83fa7e2554ea71a14dbae47bce0a3559e1a54
13+ url : https://github.com/certik/libint-1
14+
15+ defaults :
16+ # include/libint2/basis.h contains hard-coded path
17+ relocatable : false
18+
19+ build_stages :
20+ - name : create_configure
21+ after : prologue
22+ before : configure
23+ handler : bash
24+ bash : |
25+ ./autogen.sh
You can’t perform that action at this time.
0 commit comments