Skip to content

Commit

Permalink
fix ?
Browse files Browse the repository at this point in the history
  • Loading branch information
VanyaBelyaev committed Nov 14, 2024
1 parent 1ad4fe4 commit 20be247
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .aux/test_with_lcg
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ CMTCONFIG=$2
source /cvmfs/sft.cern.ch/lcg/views/${LCG}/${CMTCONFIG}/setup.sh
source build/INSTALL/thisostap.sh
cd build
ctest -N && cmake .. -DCMAKE_INSTALL_PREFIX=./INSTALL/ && ctest -j2 -R fitt --output-on-failure --test-output-size-failed 5000000
ctest -N && cmake .. -DCMAKE_INSTALL_PREFIX=./INSTALL/ && ctest -j2 --output-on-failure --test-output-size-failed 5000000
4 changes: 1 addition & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,12 @@ endif()


if ( ${CMAKE_CXX_COMPILER_LAUNCHER} )
message ( 'here-1' )
else ()
find_program(CCACHE_PROGRAM ccache)
message ( 'here-2' ${CCACHE_PROGRAM} )
if(CCACHE_PROGRAM)
# Support Unix Makefiles and Ninja
## set_property(GLOBAL PROPERTY CXX_COMPILER_LAUNCHER "${CCACHE_PROGRAM}")
set(CMAKE_CXX_COMPILER_LAUNCHER ${CCACHE_PROGRAM} )
## set(CMAKE_CXX_COMPILER_LAUNCHER ${CCACHE_PROGRAM} )
endif()
endif()

Expand Down
6 changes: 3 additions & 3 deletions ostap/fitting/rooreduce.py
Original file line number Diff line number Diff line change
Expand Up @@ -2931,9 +2931,9 @@ def _rfff_reduce_ ( fun ):
Ostap.Models.MonotonicSpline ,
Ostap.Models.ConvexSpline ,
Ostap.Models.ConvexOnlySpline ,
Ostap.Modelt.MPERT ,
Ostap.Modelt.FisherZ ,
Ostap.Modelt.BirnbaumSaunders ,
Ostap.Models.MPERT ,
Ostap.Models.FisherZ ,
Ostap.Models.BirnbaumSaunders ,
Ostap.Models.HORNSdini ,
Ostap.Models.HILLdini ,
Ostap.Models.Histo1D ,
Expand Down

0 comments on commit 20be247

Please sign in to comment.