Ticket #23337: newmat.cmake.diff

File newmat.cmake.diff, 687 bytes (added by ryandesign (Ryan Carsten Schmidt), 14 years ago)
  • Portfile

     
    22# $Id$
    33
    44PortSystem 1.0
     5PortGroup         cmake 1.0
    56
    67name              newmat
    78version           10
     
    2223                          sha1 91cfcaba03f5fa69a3e3c77a9ce6762f7eb6b963 \
    2324                          rmd160 90a396fa888d0f87c345c13262ccad2d9de4adf4
    2425                         
    25 depends_build             port:cmake
    26 configure.cmd             cmake
    27 
    28 configure.pre_args
    29 configure.args            -DCMAKE_INSTALL_PREFIX:PATH=${prefix}
    3026configure.cxxflags-append -Duse_namespace
    3127
    3228use_parallel_build yes