We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ebc69c9 + b129136 commit e04ba14Copy full SHA for e04ba14
1 file changed
pkgs/libint.yaml
@@ -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