Skip to content

Commit

Permalink
sci-libs/libint: enable more features
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Christoph Junghans <[email protected]>
  • Loading branch information
junghans committed Oct 14, 2020
1 parent 137ff83 commit 1e5c68d
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,12 @@ src_configure() {
--with-ranlib=$(tc-getRANLIB) \
--with-ar=$(tc-getAR) \
--with-ld=$(tc-getLD) \
--enable-eri3=1
--enable-eri=2 --enable-eri3=2 --enable-eri2=2 \
--with-eri-max-am=7,5,4 --with-eri-opt-am=3 \
--with-eri3-max-am=7 --with-eri2-max-am=7 \
--with-g12-max-am=5 --with-g12-opt-am=3 \
--with-g12dkh-max-am=5 --with-g12dkh-opt-am=3 \
--enable-contracted-ints \
$(use_enable static-libs static)
}

Expand Down

0 comments on commit 1e5c68d

Please sign in to comment.