Skip to content

Commit

Permalink
test failed
Browse files Browse the repository at this point in the history
  • Loading branch information
enzbus committed Jun 10, 2024
1 parent 3d99168 commit 4c42eb6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ jobs:
with:
python-version: '3.11'

- name: Install libraries # f2c, temporary
run: |
if [ "$RUNNER_OS" == "Linux" ]; then
sudo apt install f2c -y
elif [ "$RUNNER_OS" == "macOS" ]; then
# https://github.com/davidchall/homebrew-hep
brew tap davidchall/hep
brew install f2c
fi
# - name: Install libraries # f2c, temporary
# run: |
# if [ "$RUNNER_OS" == "Linux" ]; then
# sudo apt install f2c -y
# elif [ "$RUNNER_OS" == "macOS" ]; then
# # https://github.com/davidchall/homebrew-hep
# brew tap davidchall/hep
# brew install f2c
# fi

- name: Editable install
run: python -m pip install -v -e .[test]
Expand Down
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ project(project_euromir)

set(SRC
project_euromir/linear_algebra.c
project_euromir/dcsrch.c
project_euromir/dcstep.c
# project_euromir/dcsrch.c
# project_euromir/dcstep.c
)

SET(
Expand All @@ -19,7 +19,7 @@ set(CMAKE_C_FLAGS "-O3 -Wall -fbounds-check -Wextra")
set(CMAKE_VERBOSE_MAKEFILE 1)

# flags for f2c, temporary
target_link_libraries(project_euromir PUBLIC f2c PUBLIC m)
# target_link_libraries(project_euromir PUBLIC f2c PUBLIC m)

install(TARGETS project_euromir
#DESTINATION ${CMAKE_SOURCE_DIR}/project_euromir
Expand Down

0 comments on commit 4c42eb6

Please sign in to comment.