Ticket #40600: Portfile-octopus.diff
File Portfile-octopus.diff, 1.9 KB (added by dstrubbe (David Strubbe), 11 years ago) |
---|
-
Portfile
old new 5 5 PortGroup active_variants 1.1 6 6 7 7 name octopus 8 version 4.1. 08 version 4.1.1 9 9 categories science 10 10 platforms darwin 11 11 license GPL-2+ … … 21 21 homepage http://www.tddft.org/programs/octopus 22 22 master_sites ${homepage}/download/${version} 23 23 24 checksums rmd160 636cf345f53a8d558a79258a257ed68a17488b76 \25 sha256 e367b2e594d8344085c8c424c8a31b4a7210b80e83c2d331ee602cc6fc7c838a24 checksums rmd160 14dd5ce6677e5d6b303ebf311fd3d8f1538060f6 \ 25 sha256 0d16aa3265711fee5dffc5763830de7022ba1bcc9df6dd522264a7aa38401713 26 26 27 27 depends_lib port:atlas port:libxc port:fftw-3 port:gsl 28 28 … … 31 31 --with-etsf-io-prefix=no --with-berkeleygw-prefix=no \ 32 32 --with-arpack=no --with-libfm=no --with-pfft-prefix=no \ 33 33 --with-pspio-prefix=no --with-nfft=no --with-blacs=no \ 34 --with-scalapack=no FCCPP="${configure.cc} -E -ansi" \ 35 --enable-utils 34 --with-scalapack=no --enable-utils 36 35 # configure will find and use these other libraries unless they are explicitly disabled 37 36 configure.optflags -O3 38 37 38 pre-configure { 39 configure.args-append FCCPP="${configure.cc} -E -ansi -x c" 40 } 41 39 42 default_variants +newuoa 40 43 if {![variant_isset gcc46] && ![variant_isset gcc48] && ![variant_isset openmpi] && ![variant_isset mpich]} { 41 44 default_variants +gcc47 … … 43 46 44 47 pre-fetch { 45 48 set fortran unknown 46 set fortrans { gcc42 gcc43 gcc44 gcc45 gcc46 gcc47 gcc48 g 95 }49 set fortrans { gcc42 gcc43 gcc44 gcc45 gcc46 gcc47 gcc48 gcc49 g95 } 47 50 48 51 foreach fc_name ${fortrans} { 49 52 if { [variant_isset ${fc_name}] } {