Skip to content

Commit

Permalink
fixup for macos x86
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfeickert committed Nov 21, 2024
1 parent 0897b86 commit ceaa806
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipes/looptools/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,13 @@ outputs:
- {{ compiler('cxx') }}
- gfortran
commands:
- test -f $PREFIX/lib64/libooptools.a
- test -f $PREFIX/lib/libooptools.a # [linux]
- test -f $PREFIX/lib64/libooptools.a # [linux]
- test -f $PREFIX/lib/libooptools.a
- test -f $PREFIX/include/looptools.h
- test -f $PREFIX/include/clooptools.h
- test -f $PREFIX/bin/lt
- test -f $PREFIX/bin/fcc
- test -f $PREFIX/bin/f++ # [linux]
- test -f $PREFIX/bin/f++

- fcc --help
- f++ --help
Expand Down

0 comments on commit ceaa806

Please sign in to comment.