From 0ad2d66bc6669ce2a9077e104d6638ef16495cbc Mon Sep 17 00:00:00 2001 From: Le-Zheng Date: Mon, 11 Apr 2022 09:48:36 +0800 Subject: [PATCH] add jdk property and sdk pos --- mkl2017-xeon-blas/mkl-java-mac/Makefile | 2 +- pom.xml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/mkl2017-xeon-blas/mkl-java-mac/Makefile b/mkl2017-xeon-blas/mkl-java-mac/Makefile index ebaef50dc..27b4b8f84 100644 --- a/mkl2017-xeon-blas/mkl-java-mac/Makefile +++ b/mkl2017-xeon-blas/mkl-java-mac/Makefile @@ -9,6 +9,6 @@ override CC = icc override CFLAGS = -I ${JAVA_HOME}/include/darwin -c -I ${JAVA_HOME}/include -std=c99 \ -fPIC -fstack-protector-all override LDFLAGS = -Wall -ldl -liomp5 -shared -mkl=parallel -qopenmp \ - -static-intel -no-intel-extensions + -static-intel -no-intel-extensions -L/Library/Developer/CommandLineTools/SDKs//MacOSX.sdk/usr/lib include ../Makefile.common endif diff --git a/pom.xml b/pom.xml index ec16fdc78..dc0d369fa 100644 --- a/pom.xml +++ b/pom.xml @@ -89,6 +89,8 @@ UTF-8 + 1.8 + 1.8