Permalink
Browse files
p4est: update version 2.0->2.2
- Loading branch information
Showing
with
6 additions
and
6 deletions.
-
+4
−4
science/p4est/Portfile
-
+2
−2
science/p4est/files/patch-libsc-lib.diff
|
|
@@ -6,7 +6,7 @@ PortGroup mpi 1.0 |
|
|
PortGroup linear_algebra 1.0 |
|
|
PortGroup muniversal 1.0 |
|
|
|
|
|
github.setup cburstedde p4est 2.0 v |
|
|
github.setup cburstedde p4est 2.2 v |
|
|
categories science math |
|
|
platforms darwin |
|
|
maintainers {mcalhoun @MarcusCalhoun-Lopez} openmaintainer |
|
|
@@ -17,9 +17,9 @@ master_sites http://p4est.github.io/release/ |
|
|
description A graph coloring algorithm package |
|
|
long_description ${description} |
|
|
|
|
|
checksums rmd160 d442046a293857d7d746c79d7d3b74c3918b117d \ |
|
|
sha256 c522c5b69896aab39aa5a81399372a19a6b03fc6200d2d5d677d9a22fe31029a \ |
|
|
size 2514234 |
|
|
checksums rmd160 0dd0b2d94b426c7e4858b87581e08df4da58602e \ |
|
|
sha256 1549cbeba29bee2c35e7cc50a90a04961da5f23b6eada9c8047f511b90a8e438 \ |
|
|
size 2628510 |
|
|
|
|
|
mpi.setup require require_fortran |
|
|
|
|
|
|
|
|
@@ -1,6 +1,6 @@ |
|
|
--- configure.orig 2017-01-20 03:13:17.000000000 -0700 |
|
|
+++ configure 2018-08-25 07:59:16.000000000 -0700 |
|
|
@@ -28373,7 +28373,7 @@ |
|
|
@@ -29466,7 +29466,7 @@ |
|
|
P4EST_SC_MK_USE=yes |
|
|
P4EST_SC_MK_INCLUDE="include $P4EST_SC_ETC/Makefile.sc.mk" |
|
|
P4EST_SC_CPPFLAGS="\$(SC_CPPFLAGS)" |
|
|
@@ -9,7 +9,7 @@ |
|
|
else |
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: Building with source of package sc" >&5 |
|
|
$as_echo "$as_me: Building with source of package sc" >&6;} |
|
|
@@ -28395,7 +28395,7 @@ |
|
|
@@ -29488,7 +29488,7 @@ |
|
|
P4EST_SC_AMFLAGS="-I \$(top_srcdir)/$P4EST_SC_SOURCE/config" |
|
|
P4EST_SC_MK_INCLUDE="include \${p4est_sysconfdir}/Makefile.sc.mk" |
|
|
P4EST_SC_CPPFLAGS="-I$P4EST_SC_SOURCE/src -I\$(top_srcdir)/$P4EST_SC_SOURCE/src" |
|
|
|