Ticket #34393: gmsh-devel.diff
File gmsh-devel.diff, 1.4 KB (added by christophe.prudhomme@…, 13 years ago) |
---|
-
Portfile
old new 1 1 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 2 # $Id : Portfile 92571 2012-05-01 16:56:16Z ryandesign@macports.org$2 # $Id$ 3 3 4 4 PortSystem 1.0 5 5 PortGroup cmake 1.0 … … 8 8 fetch.user gmsh 9 9 fetch.password gmsh 10 10 svn.url https://geuz.org/svn/gmsh/trunk 11 svn.revision 1 196011 svn.revision 12036 12 12 svn.method export 13 13 svn.post_args --username ${fetch.user} --password ${fetch.password} 14 14 15 15 name gmsh-devel 16 conflicts gmsh17 16 version 2.5.1-svn-${svn.revision} 18 17 categories science 19 18 platforms darwin … … 28 27 29 28 homepage http://www.geuz.org/gmsh/ 30 29 worksrcdir trunk 30 conflicts gmsh 31 31 32 32 # https://trac.macports.org/ticket/33925 33 33 if {${configure.compiler} == "clang"} { … … 38 38 -DENABLE_NATIVE_FILE_CHOOSER:BOOL=OFF\ 39 39 -DENABLE_OCC:BOOL=OFF \ 40 40 -DENABLE_FLTK:BOOL=ON\ 41 -DENABLE_GRAPHICS:BOOL=ON 41 -DENABLE_GRAPHICS:BOOL=ON\ 42 42 -DENABLE_APP_BUNDLE=OFF \ 43 43 -DENABLE_METIS=OFF \ 44 44 -DENABLE_TAUCS=OFF