From 4c42eb6fff01abdd5bdec14a207210964ba3b999 Mon Sep 17 00:00:00 2001 From: Enzo Busseti Date: Mon, 10 Jun 2024 23:43:42 +0400 Subject: [PATCH] test failed --- .github/workflows/test.yml | 18 +++++++++--------- CMakeLists.txt | 6 +++--- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1f5eac4..acede25 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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] diff --git a/CMakeLists.txt b/CMakeLists.txt index fb318c1..35e3b78 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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( @@ -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