Skip to content

Commit

Permalink
turn nnfit off
Browse files Browse the repository at this point in the history
  • Loading branch information
scarlehoff committed May 5, 2022
1 parent 2977068 commit afe1e8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nnpdfcpp/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ if (COMPILE_filter)
endif(COMPILE_filter)

# nnfit
option(COMPILE_nnfit "Compile nnfit program." ON)
option(COMPILE_nnfit "Compile nnfit program." OFF)
if (COMPILE_nnfit)
add_executable(nnfit nnfit/src/nnfit.cc
nnfit/src/evolgrid.cc
Expand All @@ -37,7 +37,7 @@ if (COMPILE_nnfit)
endif(COMPILE_nnfit)

# chi2check
option(COMPILE_chi2check "Compile chi2check program." ON)
option(COMPILE_chi2check "Compile chi2check program." OFF)
if (COMPILE_chi2check)
add_executable(chi2check chi2check/src/chi2check.cc)
target_link_libraries(chi2check common nnpdf ${LHAPDF_LIBRARIES} ${YAML_LDFLAGS} ${GSL_LDFLAGS})
Expand Down

0 comments on commit afe1e8a

Please sign in to comment.