Skip to content

Commit

Permalink
Skip OSX
Browse files Browse the repository at this point in the history
  • Loading branch information
apcamargo authored Nov 3, 2024
1 parent 60fbea9 commit f4ba7a7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 11 deletions.
7 changes: 1 addition & 6 deletions recipes/reseek/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,7 @@ echo "0" > gitver.txt

cp ${RECIPE_DIR}/vcxproj_make.py .
chmod +x vcxproj_make.py

if [ "$(uname)" == "Darwin" ]; then
./vcxproj_make.py --openmp --cppcompiler ${CXX} --ccompiler ${CC}
else
./vcxproj_make.py --openmp --cppcompiler ${CXX} --ccompiler ${CC}
fi
./vcxproj_make.py --openmp --cppcompiler ${CXX} --ccompiler ${CC}

# Verify binary exists and is executable
if [ ! -f ../bin/reseek ]; then
Expand Down
4 changes: 0 additions & 4 deletions recipes/reseek/conda_build_config.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion recipes/reseek/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ source:

build:
number: 0
skip: True #[osx]
run_exports:
- {{ pin_subpackage(name, max_pin="x.x") }}

Expand All @@ -19,7 +20,6 @@ requirements:
build:
- {{ compiler("cxx") }}
- {{ compiler("c") }}
- llvm-openmp # [osx]
- make

test:
Expand Down

0 comments on commit f4ba7a7

Please sign in to comment.