Changeset 98592


Ignore:
Timestamp:
Oct 9, 2012, 2:48:42 PM (12 years ago)
Author:
ryandesign@…
Message:

lammpi: update to 7.1.4; add patch to fix build with clang; add --without-cs-fs to hopefully ensure we build as if we are on a case-insensitive filesystem, even when we're not (i.e. on the buildbots)

Location:
trunk/dports/science/lammpi
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/science/lammpi/Portfile

    r98591 r98592  
    44
    55name            lammpi
    6 version         7.1.3
     6version             7.1.4
    77categories      science
    88license         Restrictive/Distributable
     
    2020distname        lam-${version}
    2121use_bzip2       yes
    22 checksums       sha1 4a583308c0442eb46f4fd0abe7e26ea3e1fd4adb
    2322
    24 configure.args  --with-rsh="/usr/bin/ssh -x" --without-fc --mandir=${prefix}/share/man --sysconfdir=${prefix}/etc/${name}
     23checksums           rmd160  6c9c6338391472d4cd2572c409cb92360e7fd799 \
     24                    sha256  d66c205f57d9ffc38dbfb81faef8b586ef2b9e08853034c0472ef4ae45803d2e
     25
     26patchfiles          patch-configure.diff
     27
     28configure.args      --mandir=${prefix}/share/man \
     29                    --sysconfdir=${prefix}/etc/${name} \
     30                    --with-rsh="/usr/bin/ssh -x" \
     31                    --without-cs-fs \
     32                    --without-fc
    2533
    2634livecheck.type      regex
Note: See TracChangeset for help on using the changeset viewer.