Skip to content

Commit

Permalink
gmsh: update version 4.3.0->4.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusCalhoun-Lopez committed Aug 11, 2019
1 parent 4b93b9c commit 0a50481
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions science/gmsh/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ PortGroup linear_algebra 1.0
PortGroup muniversal 1.0

name gmsh
version 4.3.0
revision 1
version 4.4.1
revision 0
categories science
platforms darwin
license GPL-2+
Expand All @@ -26,9 +26,9 @@ master_sites http://gmsh.info/src/
distname gmsh-${version}-source
extract.suffix .tgz

checksums rmd160 10b773fb0d1f0d8205afa6ce9a729a290c53cdb8 \
sha256 54a236f5708bc105d5b60ddb2b95ea7062537ccd2720860377994c1a9bb86429 \
size 13102102
checksums rmd160 e126e2f054acb9321fb68299bbc354f6bccc6ce9 \
sha256 853c6438fc4e4b765206e66a514b09182c56377bb4b73f1d0d26eda7eb8af0dc \
size 13227645

patchfiles patch-CMakeLists.txt.diff

Expand Down
10 changes: 5 additions & 5 deletions science/gmsh/files/patch-CMakeLists.txt.diff
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Find MacPorts header and library files.
Do not install libraries a second time.
--- CMakeLists.txt.orig 2019-02-06 05:24:33.000000000 -0700
+++ CMakeLists.txt 2019-02-15 05:23:25.000000000 -0700
@@ -292,14 +292,6 @@
@@ -294,14 +294,6 @@
set_config_option(HAVE_OPENMP "OpenMP")
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${OpenMP_C_FLAGS}")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${OpenMP_CXX_FLAGS}")
Expand All @@ -18,7 +18,7 @@ Do not install libraries a second time.
endif()
endif()

@@ -738,7 +730,7 @@
@@ -745,7 +737,7 @@

if(ENABLE_ALGLIB)
find_library(ALGLIB_LIB alglib PATH_SUFFIXES lib)
Expand All @@ -27,7 +27,7 @@ Do not install libraries a second time.
if(ENABLE_SYSTEM_CONTRIB AND ALGLIB_LIB AND ALGLIB_INC)
list(APPEND EXTERNAL_LIBRARIES ${ALGLIB_LIB})
list(APPEND EXTERNAL_INCLUDES ${ALGLIB_INC})
@@ -876,7 +868,7 @@
@@ -894,7 +886,7 @@

if(ENABLE_VOROPP)
find_library(VOROPP_LIB voro++ PATH_SUFFIXES lib)
Expand All @@ -36,7 +36,7 @@ Do not install libraries a second time.
if(ENABLE_SYSTEM_CONTRIB AND VOROPP_LIB AND VOROPP_INC)
message(STATUS "Using system version of voro++")
list(APPEND EXTERNAL_LIBRARIES ${VOROPP_LIB})
@@ -911,8 +903,8 @@
@@ -929,8 +921,8 @@
endif()

if(ENABLE_MMG3D)
Expand All @@ -47,7 +47,7 @@ Do not install libraries a second time.
if(ENABLE_SYSTEM_CONTRIB AND MMG3D_LIB AND MMG3D_INC)
list(APPEND EXTERNAL_LIBRARIES ${MMG3D_LIB})
list(APPEND EXTERNAL_INCLUDES ${MMG3D_INC})
@@ -1817,8 +1809,6 @@
@@ -1835,8 +1827,6 @@
endif()
if(ENABLE_BUILD_SHARED OR ENABLE_BUILD_DYNAMIC)
install(TARGETS shared DESTINATION ${GMSH_LIB} OPTIONAL)
Expand Down

0 comments on commit 0a50481

Please sign in to comment.