Changeset 80022
- Timestamp:
- 07/02/11 06:24:12 (4 years ago)
- Location:
- trunk/dports/math/gnudatalanguage
- Files:
-
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/math/gnudatalanguage/Portfile
r73519 r80022 5 5 6 6 name gnudatalanguage 7 version 0.9 7 version 0.9.1 8 8 epoch 1 9 9 categories math science … … 25 25 26 26 checksums ${gdlsrc} \ 27 md5 dd357a8b2569629ba8d29078200d45e7\28 sha1 9 3a71bad8ad0c16a6e79edaae0489c372f442bcf\29 rmd160 5d25e1b899a072fcd23aadd7fd1b701a26c4ba0f27 md5 be576675aa1c37f0c1a2b1eb8889a960 \ 28 sha1 97c71a70672ae82f052ffa5906fc2415f4cf7b9d \ 29 rmd160 9ce6dce6f32d0fbf3140b26699c8eca436907b00 30 30 31 31 depends_lib port:zlib \ … … 46 46 port:cmsvlib 47 47 48 patchfiles patch-src-gdlwidget.cpp.diff 48 patch { 49 # fixes a memory leak issue (patch already in the GDL cvs repository) 50 reinplace "s|// if( r_guard.get() == r)|delete *l;// if( r_guard.get() == r)|" ${worksrcpath}/src/prognode.cpp 51 } 52 49 53 post-patch { 50 54 # add the CMSVLIB installation path … … 55 59 reinplace "s| -L/usr/X11R6/lib||" ${worksrcpath}/src/Makefile.am 56 60 reinplace "s|\.\./gshhs|gshhs|" ${worksrcpath}/src/gshhs.cpp 57 }58 59 pre-configure {60 system "cd ${worksrcpath}; aclocal"61 61 } 62 62 … … 115 115 } 116 116 117 variant python description {build with support for calling Python (2.6) from GDL (using num array - obsolete)} {117 variant python description {build with support for calling Python (2.6) from GDL (using numpy)} { 118 118 depends_lib-append port:python26 \ 119 port:py26-num array119 port:py26-numpy 120 120 configure.args-append --with-python=${prefix}/Library/Frameworks/Python.framework/Versions/2.6 \ 121 121 --enable-python_version=2.6
Note: See TracChangeset
for help on using the changeset viewer.

