summaryrefslogtreecommitdiff
path: root/math/libxsmm/files/patch-Makefile.inc
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2018-09-20 17:44:47 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2018-09-20 17:44:47 +0000
commit424b8f8dab7e610e290d7b01449c5f01c88927e3 (patch)
tree96179fbc986a689a3971e434d70c4c380d5beb59 /math/libxsmm/files/patch-Makefile.inc
parentmultimedia/py-PySceneDetect: update to 0.5 (diff)
New port: math/libxsmm: Library for dense and sparse matrix operations and deep learning
Notes
Notes: svn path=/head/; revision=480184
Diffstat (limited to 'math/libxsmm/files/patch-Makefile.inc')
-rw-r--r--math/libxsmm/files/patch-Makefile.inc26
1 files changed, 26 insertions, 0 deletions
diff --git a/math/libxsmm/files/patch-Makefile.inc b/math/libxsmm/files/patch-Makefile.inc
new file mode 100644
index 000000000000..dfe4142655ed
--- /dev/null
+++ b/math/libxsmm/files/patch-Makefile.inc
@@ -0,0 +1,26 @@
+--- Makefile.inc.orig 2018-03-15 13:08:45 UTC
++++ Makefile.inc
+@@ -53,9 +53,9 @@ MAKE ?= make
+ ENV ?= env
+
+ ifneq (Darwin,$(UNAME))
+- ifneq (,$(strip $(CP)))
+- CP += -u
+- endif
++ #ifneq (,$(strip $(CP)))
++ # CP += -u
++ #endif
+ DLIBEXT ?= so
+ SLIBEXT ?= a
+ else
+@@ -164,8 +164,8 @@ TBB_OLDRTL ?= 0
+ ifneq (Darwin,$(UNAME))
+ XGROUP_BEGIN = -Wl,--start-group
+ XGROUP_END = -Wl,--end-group
+- XLIB_BEGIN = -Wl,--as-needed
+- XLIB_END = -Wl,--no-as-needed
++ #XLIB_BEGIN = -Wl,--as-needed
++ #XLIB_END = -Wl,--no-as-needed
+ XRPATH = -Wl,--rpath=$(NULL)
+ else
+ XRPATH = -Xlinker -rpath -Xlinker $(NULL)