From 29990b12148cd50e08b001c06bbfba1209650e0c Mon Sep 17 00:00:00 2001 From: raver119 Date: Sun, 17 Nov 2019 13:45:58 +0300 Subject: [PATCH] [WIP] Clang/macOS fixes (#8412) * build fix for clang Signed-off-by: raver119@gmail.com * [WIP] clang for jcpp (#53) * clang as compiler for jcpp Signed-off-by: raver119@gmail.com * we don't need macos profile Signed-off-by: raver119 --- libnd4j/include/graph/impl/Context.cpp | 2 +- .../nd4j-backend-impls/nd4j-native/pom.xml | 44 ------------------- 2 files changed, 1 insertion(+), 45 deletions(-) diff --git a/libnd4j/include/graph/impl/Context.cpp b/libnd4j/include/graph/impl/Context.cpp index 146e66067..ed9321ccd 100644 --- a/libnd4j/include/graph/impl/Context.cpp +++ b/libnd4j/include/graph/impl/Context.cpp @@ -482,7 +482,7 @@ namespace nd4j { void Context::setBArguments(const std::vector &bArgs) { for (auto b:bArgs) - _bArgs.emplace_back(b); + _bArgs.push_back(b); } } } diff --git a/nd4j/nd4j-backends/nd4j-backend-impls/nd4j-native/pom.xml b/nd4j/nd4j-backends/nd4j-backend-impls/nd4j-native/pom.xml index 33e54bd4a..64be62442 100644 --- a/nd4j/nd4j-backends/nd4j-backend-impls/nd4j-native/pom.xml +++ b/nd4j/nd4j-backends/nd4j-backend-impls/nd4j-native/pom.xml @@ -284,50 +284,6 @@ -avx512 - - macosx-gcc8 - - - /usr/local/bin/g++-8 - - - - /usr/local/bin/g++-8 - - - - macosx-gcc7 - - - /usr/local/bin/g++-7 - - - - /usr/local/bin/g++-7 - - - - macosx-gcc6 - - - /usr/local/bin/g++-6 - - - - /usr/local/bin/g++-6 - - - - macosx-gcc5 - - - /usr/local/bin/g++-5 - - - - /usr/local/bin/g++-5 - - mingw