Skip to content

Commit

Permalink
Merge branch 'master' into fix-blaspp-build
Browse files Browse the repository at this point in the history
  • Loading branch information
weslleyspereira authored Oct 31, 2023
2 parents fc569f4 + 4174d8d commit 9ded2af
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion INSTALL/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.2)
cmake_minimum_required(VERSION 3.6)
project(TIMING Fortran)
add_executable(secondtst_NONE second_NONE.f secondtst.f)
add_executable(secondtst_EXT_ETIME second_EXT_ETIME.f secondtst.f)
Expand Down
2 changes: 1 addition & 1 deletion LAPACKE/mangling/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.2)
cmake_minimum_required(VERSION 3.6)
project(MANGLING C Fortran)

add_executable(xintface Fintface.f Cintface.c)
4 changes: 1 addition & 3 deletions lapack_build.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
## HINTS: ctest -Ddashboard_model=Nightly -S $(pwd)/lapack/lapack_build.cmake
##

cmake_minimum_required(VERSION 3.2)
cmake_minimum_required(VERSION 3.6)
###################################################################
# The values in this section must always be provided
###################################################################
Expand Down Expand Up @@ -249,5 +249,3 @@ ctest_test(BUILD "${CTEST_BINARY_DIRECTORY}" RETURN_VALUE res)
message(" Submit")
ctest_submit(RETURN_VALUE res)
message(" All done")


0 comments on commit 9ded2af

Please sign in to comment.