Skip to content

Commit e04ba14

Browse files
committed
Merge pull request #703 from hashdist/libint
Add Libint
2 parents ebc69c9 + b129136 commit e04ba14

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

pkgs/libint.yaml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
extends: [autotools_package]
2+
3+
dependencies:
4+
build: [autoconf, automake, gmp, boost]
5+
6+
sources:
7+
- key: git:807677f7b7f0de46d9cc515ca0c75b0c4db3d2be
8+
url: https://github.com/evaleev/libint
9+
10+
defaults:
11+
# include/libint2/basis.h contains hard-coded path
12+
relocatable: false
13+
14+
build_stages:
15+
- name: create_configure
16+
after: prologue
17+
before: configure
18+
handler: bash
19+
bash: |
20+
./autogen.sh

0 commit comments

Comments
 (0)