Ticket #52333: Portfile-abinit.diff

File Portfile-abinit.diff, 1.1 KB (added by cram5431@…, 8 years ago)
  • Portfile

    old new  
    66PortGroup           linear_algebra 1.0
    77
    88name                abinit
    9 version             8.0.8
     9version             8.0.8b
    1010categories          science
    1111platforms           darwin
    1212license             GPL-3
     
    3232homepage            http://www.abinit.org
    3333master_sites        http://ftp.abinit.org/
    3434
    35 checksums           rmd160  90ce9570ad7e29457d9ab9ef122f2066cc2498aa \
    36                     sha256  41db70e8a80cbbf30f7049712aba5ed36d915b6eead846c1f8b70a0379615a84
     35checksums           rmd160  e35b7546d6927f920176d5dba8130c5982a30962 \
     36                    sha256  37ad5f0f215d2a36e596383cb6e54de3313842a0390ce8d6b48a423d3ee25af2
    3737
    3838compilers.choose    cc cxx fc
    3939# g95 is no longer supported by abinit
     
    5252
    5353default_variants +etsf_io +libxc +wannier90
    5454
     55# Temporary patch, only for 8.0.8b version:
     56# abinit-8.0.8b.tar.gz is extracted in abinit-8.0.8
     57worksrcdir          abinit-8.0.8
     58
    5559pre-configure {
    5660    if { [variant_isset etsf_io] } {
    5761        configure.args-append  --with-trio-flavor="netcdf+etsf_io"