Skip to content

Commit

Permalink
Another attempt with cfitsio and macosx.....
Browse files Browse the repository at this point in the history
  • Loading branch information
gsleap committed Mar 28, 2021
1 parent e512731 commit 812375c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/test_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ name: MacOS Tests
on: [push, pull_request]

env:
RUST_BACKTRACE: 1
PKG_CONFIG_PATH: "/Users/runner/work/mwalib/mwalib/cfitsio-3.49/lib/pkgconfig"
RUST_BACKTRACE: 1

jobs:
test_macos:
Expand Down Expand Up @@ -34,8 +33,8 @@ jobs:
# is using such a CPU...
# https://stackoverflow.com/questions/52858556/most-recent-processor-without-support-of-ssse3-instructions
# Disabling curl just means you cannot fits_open() using a URL.
CFLAGS="-O3" ./configure --enable-reentrant --enable-sse2 --enable-ssse3 --disable-curl
make shared
CFLAGS="-O3" ./configure --prefix=/usr/local --enable-reentrant --enable-sse2 --enable-ssse3 --disable-curl
sudo make shared
sudo make install
cd ..
Expand Down

0 comments on commit 812375c

Please sign in to comment.