Add config.* updated tool for mac support
This commit is contained in:
parent
4509174d81
commit
fd16d7dc69
1754
external/config.guess
vendored
Executable file
1754
external/config.guess
vendored
Executable file
File diff suppressed because it is too large
Load Diff
1890
external/config.sub
vendored
Executable file
1890
external/config.sub
vendored
Executable file
File diff suppressed because it is too large
Load Diff
6
external/external_build.cmake
vendored
6
external/external_build.cmake
vendored
@ -65,7 +65,11 @@ if (ENABLE_SHARP)
|
|||||||
URL ${CMAKE_SOURCE_DIR}/external/libsharp-6077806.tar.gz
|
URL ${CMAKE_SOURCE_DIR}/external/libsharp-6077806.tar.gz
|
||||||
PREFIX ${BUILD_PREFIX}/sharp-prefix
|
PREFIX ${BUILD_PREFIX}/sharp-prefix
|
||||||
BUILD_IN_SOURCE 1
|
BUILD_IN_SOURCE 1
|
||||||
CONFIGURE_COMMAND autoconf && ./configure "CC=${CMAKE_C_COMPILER}" "CXX=${CMAKE_CXX_COMPILER}" --prefix=${DEP_BUILD} ${SHARP_OPENMP}
|
CONFIGURE_COMMAND
|
||||||
|
cp -f ${CMAKE_SOURCE_DIR}/external/config.guess . &&
|
||||||
|
cp -f ${CMAKE_SOURCE_DIR}/external/config.sub . &&
|
||||||
|
autoconf &&
|
||||||
|
./configure "CC=${CMAKE_C_COMPILER}" "CXX=${CMAKE_CXX_COMPILER}" --prefix=${DEP_BUILD} ${SHARP_OPENMP}
|
||||||
INSTALL_COMMAND echo "No install"
|
INSTALL_COMMAND echo "No install"
|
||||||
BUILD_BYPRODUCTS ${SHARP_LIBRARIES}
|
BUILD_BYPRODUCTS ${SHARP_LIBRARIES}
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user