diff --git math/clasp/Portfile math/clasp/Portfile
index a8a768d..0ea1d45 100644
|
|
|
3 | 3 | PortSystem 1.0 |
4 | 4 | |
5 | 5 | name clasp |
6 | | version 3.1.1 |
| 6 | version 3.1.4 |
7 | 7 | categories math |
8 | 8 | platforms darwin |
9 | 9 | maintainers mww openmaintainer |
… |
… |
master_sites sourceforge:potassco |
21 | 21 | |
22 | 22 | distname ${name}-${version}-source |
23 | 23 | |
24 | | checksums rmd160 5c1214b23e5c7274035350c3fe3754eb53d37251 \ |
25 | | sha256 c209bf8961b99d02d88ed3c9de4570f4bb9bde5f238663be5ce432abab2ac989 |
| 24 | checksums rmd160 8dab1982d6acae0e225644453f71df858fb26b1c \ |
| 25 | sha256 f6a7d8a90c3f216f778410ea7189b74a902750477fcce1a6b8c992fb08c372fe |
26 | 26 | |
27 | 27 | worksrcdir ${name}-${version} |
28 | 28 | |
… |
… |
configure.cmd ./configure.sh |
30 | 30 | |
31 | 31 | build.dir ${worksrcpath}/build/release/ |
32 | 32 | build.target |
| 33 | build.args-append CC=${configure.cc} \ |
| 34 | CXX=${configure.cxx} \ |
| 35 | CPP=${configure.cpp} |
33 | 36 | |
34 | 37 | destroot.dir ${build.dir} |
35 | 38 | destroot.destdir INSTALL_DIR=${destroot}${prefix}/bin |