Ticket #23337: newmat.cmake.diff
File newmat.cmake.diff, 687 bytes (added by ryandesign (Ryan Carsten Schmidt), 15 years ago) |
---|
-
Portfile
2 2 # $Id$ 3 3 4 4 PortSystem 1.0 5 PortGroup cmake 1.0 5 6 6 7 name newmat 7 8 version 10 … … 22 23 sha1 91cfcaba03f5fa69a3e3c77a9ce6762f7eb6b963 \ 23 24 rmd160 90a396fa888d0f87c345c13262ccad2d9de4adf4 24 25 25 depends_build port:cmake26 configure.cmd cmake27 28 configure.pre_args29 configure.args -DCMAKE_INSTALL_PREFIX:PATH=${prefix}30 26 configure.cxxflags-append -Duse_namespace 31 27 32 28 use_parallel_build yes