Skip to content

Commit b9ab024

Browse files
committed
Update Libint to the latest version
1 parent ee4303d commit b9ab024

1 file changed

Lines changed: 22 additions & 2 deletions

File tree

pkgs/libint.yaml

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
extends: [autotools_package]
22

3+
dependencies:
4+
build: [autoconf, automake, gmp, boost]
5+
36
sources:
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

0 commit comments

Comments
 (0)