Ticket #52333: Portfile-abinit.diff
File Portfile-abinit.diff, 1.1 KB (added by cram5431@…, 8 years ago) |
---|
-
Portfile
old new 6 6 PortGroup linear_algebra 1.0 7 7 8 8 name abinit 9 version 8.0.8 9 version 8.0.8b 10 10 categories science 11 11 platforms darwin 12 12 license GPL-3 … … 32 32 homepage http://www.abinit.org 33 33 master_sites http://ftp.abinit.org/ 34 34 35 checksums rmd160 90ce9570ad7e29457d9ab9ef122f2066cc2498aa\36 sha256 41db70e8a80cbbf30f7049712aba5ed36d915b6eead846c1f8b70a0379615a8435 checksums rmd160 e35b7546d6927f920176d5dba8130c5982a30962 \ 36 sha256 37ad5f0f215d2a36e596383cb6e54de3313842a0390ce8d6b48a423d3ee25af2 37 37 38 38 compilers.choose cc cxx fc 39 39 # g95 is no longer supported by abinit … … 52 52 53 53 default_variants +etsf_io +libxc +wannier90 54 54 55 # Temporary patch, only for 8.0.8b version: 56 # abinit-8.0.8b.tar.gz is extracted in abinit-8.0.8 57 worksrcdir abinit-8.0.8 58 55 59 pre-configure { 56 60 if { [variant_isset etsf_io] } { 57 61 configure.args-append --with-trio-flavor="netcdf+etsf_io"