summaryrefslogtreecommitdiff
path: root/math/hptt/files/patch-testframework_Makefile
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2022-05-31 17:30:06 -0700
committerYuri Victorovich <yuri@FreeBSD.org>2022-05-31 17:30:55 -0700
commit7402f09157404e4947b26e4a55b60a0dda783652 (patch)
tree1d4c04619d88c88b418cfa52e9f398eba638485d /math/hptt/files/patch-testframework_Makefile
parentdevel/universal-ctags: Update to p5.9.20220529.0 (diff)
math/hptt: New port: High-Performance Tensor Transpose library
Diffstat (limited to 'math/hptt/files/patch-testframework_Makefile')
-rw-r--r--math/hptt/files/patch-testframework_Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/math/hptt/files/patch-testframework_Makefile b/math/hptt/files/patch-testframework_Makefile
new file mode 100644
index 000000000000..cd06e0be8957
--- /dev/null
+++ b/math/hptt/files/patch-testframework_Makefile
@@ -0,0 +1,11 @@
+--- testframework/Makefile.orig 2022-05-31 21:42:42 UTC
++++ testframework/Makefile
+@@ -3,7 +3,7 @@ CXX_FLAGS=-O3 -std=c++11
+ ifeq ($(CXX),icpc)
+ CXX_FLAGS += -qopenmp -xhost
+ else
+-ifeq ($(CXX),g++)
++ifeq ($(CXX),g++$(FREEBSD_GCC_DEFAULT))
+ CXX_FLAGS += -fopenmp -march=native
+ else
+ ifeq ($(CXX),clang++)