Ticket #51570: Portfile-abinit.diff
File Portfile-abinit.diff, 2.0 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 7.10.5 10 revision 4 9 version 8.0.7 11 10 categories science 12 11 platforms darwin 13 12 license GPL-3 … … 33 32 homepage http://www.abinit.org 34 33 master_sites http://ftp.abinit.org/ 35 34 36 checksums rmd160 f77a9db5bcd97bcc46ea11a96bbf8f17cb1a19b3\37 sha256 e9376a3e34790bce90992f28e5fa8554b51ba467bf5709c7fd25d300e7c4f56a35 checksums rmd160 b1992e1cb040d06224b3ff5a199352921203a340 \ 36 sha256 9df2fe572af39cef937a4134d569321b99c6670f187edbac9b355ff2defd5afc 38 37 39 38 compilers.choose cc cxx fc 40 # g95 is no t compatible with OpenMP, and support will be removed in the next version39 # g95 is no more supported by abinit 41 40 mpi.setup default require_fortran -g95 42 41 43 42 configure.args-append --enable-gw-dpc … … 50 49 # but did not provide the libraries. That situation should never happen for this port. 51 50 #build.target multi multi_nprocs=4 52 51 53 default_variants +etsf_io +libxc 52 default_variants +etsf_io +libxc +wannier90 54 53 55 patchfiles patch-src-10_defs-defs_wannier90.F90.diff 54 #Patch needed to link with libXC 2.1 55 patchfiles patch-configure.diff 56 56 57 57 pre-configure { 58 58 if {[fortran_variant_name] eq "g95"} { … … 141 141 142 142 # other config options to add: 143 143 # --enable-mpi-inplace 144 # --with-atompaw-libs; --with-atompaw-incs145 144 146 145 pre-test { 147 146 if {[mpi_variant_isset]} { … … 230 229 231 230 #variant bigdft description {Build with support for the wavelet BigDFT library} { 232 231 # avoid this error (and equivalent with OpenCL) 233 # :info:build ar cru libCUDA.a 232 # :info:build ar cru libCUDA.a 234 233 # :info:build ar: no archive members specified 235 234 # patchfiles-append patch-fallbacks-sources-bigdft-1.7.0.93-src-Makefile.in.diff 236 235 #}