Ticket #40600: Portfile-octopus.diff

File Portfile-octopus.diff, 1.9 KB (added by dstrubbe (David Strubbe), 11 years ago)
  • Portfile

    old new  
    55PortGroup           active_variants 1.1
    66
    77name                octopus
    8 version             4.1.0
     8version             4.1.1
    99categories          science
    1010platforms           darwin
    1111license             GPL-2+
     
    2121homepage            http://www.tddft.org/programs/octopus
    2222master_sites        ${homepage}/download/${version}
    2323
    24 checksums           rmd160  636cf345f53a8d558a79258a257ed68a17488b76 \
    25                     sha256  e367b2e594d8344085c8c424c8a31b4a7210b80e83c2d331ee602cc6fc7c838a
     24checksums           rmd160  14dd5ce6677e5d6b303ebf311fd3d8f1538060f6 \
     25                    sha256  0d16aa3265711fee5dffc5763830de7022ba1bcc9df6dd522264a7aa38401713
    2626
    2727depends_lib         port:atlas port:libxc port:fftw-3 port:gsl
    2828
     
    3131                    --with-etsf-io-prefix=no --with-berkeleygw-prefix=no \
    3232                    --with-arpack=no --with-libfm=no --with-pfft-prefix=no \
    3333                    --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
    3635# configure will find and use these other libraries unless they are explicitly disabled
    3736configure.optflags  -O3
    3837
     38pre-configure {
     39    configure.args-append  FCCPP="${configure.cc} -E -ansi -x c"
     40}
     41
    3942default_variants +newuoa
    4043if {![variant_isset gcc46] && ![variant_isset gcc48] && ![variant_isset openmpi] && ![variant_isset mpich]} {
    4144    default_variants    +gcc47
     
    4346
    4447pre-fetch {
    4548    set fortran unknown
    46     set fortrans { gcc42 gcc43 gcc44 gcc45 gcc46 gcc47 gcc48 g95 }
     49    set fortrans { gcc42 gcc43 gcc44 gcc45 gcc46 gcc47 gcc48 gcc49 g95 }
    4750
    4851    foreach fc_name ${fortrans} {
    4952        if { [variant_isset ${fc_name}] } {