tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
rPackages.rhdf5filters: updated patch
Bruno Rodrigues
9 months ago
f68603be
7bcd1196
+8
-9
1 changed file
expand all
collapse all
unified
split
pkgs
development
r-modules
patches
rhdf5filters.patch
+8
-9
pkgs/development/r-modules/patches/rhdf5filters.patch
···
1
diff --git a/src/Makevars.in b/src/Makevars.in
2
-
index 3e55470..656eae4 100644
3
--- a/src/Makevars.in
4
+++ b/src/Makevars.in
5
-
@@ -15,7 +15,7 @@ export PKG_CXXPICFLAGS=@CXXPICFLAGS@
6
-
export RANLIB=@RANLIB@
7
-
export MAKE=@MAKE@
8
-
export AR=@AR@
9
-
-export PKG_CPPFLAGS=@CPPFLAGS@ -I"@RHDF5_INCLUDE@"
10
-
+export PKG_CPPFLAGS=@CPPFLAGS@
11
-
export PKG_LDFLAGS=@LDFLAGS@
12
-
13
all: copying $(SHLIB)
···
1
diff --git a/src/Makevars.in b/src/Makevars.in
0
2
--- a/src/Makevars.in
3
+++ b/src/Makevars.in
4
+
@@ -15,7 +15,7 @@ RANLIB := @RANLIB@
5
+
MAKE := @MAKE@
6
+
AR := @AR@
7
+
-PKG_CPPFLAGS := @CPPFLAGS@ -I"@RHDF5_INCLUDE@"
8
+
+PKG_CPPFLAGS := @CPPFLAGS@
9
+
PKG_LDFLAGS := @LDFLAGS@
10
+
export
11
+
12
all: copying $(SHLIB)