Skip to content

Commit

Permalink
#EDITS: testing osx workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
akielaries committed Feb 12, 2024
1 parent b1d0390 commit 9bb086d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build_osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
- name: get compilers
run: |
ls /usr/bin
ls /usr/bin
which gcc
which g++-13
Expand All @@ -38,7 +39,7 @@ jobs:
- name: Configure CMake (GCC)
run: |
cmake -DCMAKE_C_COMPILER=/usr/bin/gcc-13 -DCMAKE_CXX_COMPILER=/usr/local/bin/g++-13 -DCMAKE_FORTRAN_COMPILER=/usr/local/bin/gfortran -B ${{github.workspace}}/build -DBUILD_TESTS=ON -DCMAKE_VERBOSE_MAKEFILE=ON
cmake -DCMAKE_C_COMPILER=/usr/local/bin/gcc-13 -DCMAKE_CXX_COMPILER=/usr/local/bin/g++-13 -DCMAKE_FORTRAN_COMPILER=/usr/local/bin/gfortran -B ${{github.workspace}}/build -DBUILD_TESTS=ON -DCMAKE_VERBOSE_MAKEFILE=ON
- name: Build (GCC)
run: |
Expand Down
3 changes: 0 additions & 3 deletions modules/optim/function.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -691,6 +691,3 @@ bool gpmp::optim::Func::is_valid_interval(double a, double b) {
}





0 comments on commit 9bb086d

Please sign in to comment.