Skip to content

Commit

Permalink
relax the requiment of gcc and gfortran compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
xiyupeng committed Oct 31, 2024
1 parent 7d5e61c commit 07c93b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.5.0)

project(AmpliCI VERSION 2.2)

set(CMAKE_C_COMPILER gcc)
#set(CMAKE_C_COMPILER gcc)

# run cmake -S . -B debug -DCMAKE_BUILD_TYPE=Debug && cmake --build debug to compile debugging version
#set(CMAKE_BUILD_TYPE release)
Expand All @@ -12,7 +12,7 @@ include(FindPackageHandleStandardArgs)

# loess source code is in Fortran
enable_language(Fortran)
set(CMAKE_FORTRAN_COMPILER gfortran)
#set(CMAKE_FORTRAN_COMPILER gfortran)

## loess library
set(F_OBJ ./libblas_lite.f ./linpack_lite.f ./loessf.f)
Expand Down

0 comments on commit 07c93b8

Please sign in to comment.