File tree Expand file tree Collapse file tree 4 files changed +4
-8
lines changed Expand file tree Collapse file tree 4 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 22## Author: Hank Anderson <hank@statease.com>
33##
44
5- cmake_minimum_required (VERSION 2.8.5 )
5+ cmake_minimum_required (VERSION 3.6 )
66
77project (OpenBLAS C ASM)
88
@@ -258,10 +258,6 @@ if (${CMAKE_SYSTEM_NAME} MATCHES "AIX|Android|Linux|FreeBSD|OpenBSD|NetBSD|Drago
258258 endif ()
259259endif ()
260260
261- if (APPLE AND BUILD_SHARED_LIBS )
262- set (CMAKE_MACOSX_RPATH ON )
263- endif ()
264-
265261# Seems that this hack doesn't required since macOS 11 Big Sur
266262if (APPLE AND BUILD_SHARED_LIBS AND CMAKE_HOST_SYSTEM_VERSION VERSION_LESS 20)
267263 set (CMAKE_C_USE_RESPONSE_FILE_FOR_OBJECTS 1)
Original file line number Diff line number Diff line change 1- cmake_minimum_required (VERSION 2.8.7 )
1+ cmake_minimum_required (VERSION 3.6 )
22project (TIMING Fortran)
33add_executable (secondtst_NONE second_NONE.f secondtst.f)
44add_executable (secondtst_EXT_ETIME second_EXT_ETIME.f secondtst.f)
Original file line number Diff line number Diff line change 1- cmake_minimum_required (VERSION 2.8.7 )
1+ cmake_minimum_required (VERSION 3.6 )
22project (MANGLING C Fortran)
33
44add_executable (xintface Fintface.f Cintface.c)
Original file line number Diff line number Diff line change 44## HINTS: ctest -Ddashboard_model=Nightly -S $(pwd)/lapack/lapack_build.cmake
55##
66
7- cmake_minimum_required (VERSION 2.8.10 )
7+ cmake_minimum_required (VERSION 3.6 )
88###################################################################
99# The values in this section must always be provided
1010###################################################################
You can’t perform that action at this time.
0 commit comments