-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CI] install fftw
with brew
#116
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #116 +/- ##
==========================================
- Coverage 92.44% 90.73% -1.72%
==========================================
Files 16 16
Lines 1509 1629 +120
==========================================
+ Hits 1395 1478 +83
- Misses 114 151 +37 ☔ View full report in Codecov by Sentry. |
although
|
it appears I'll have to set |
d48bd11
to
6ed6af2
Compare
2278044
to
c20ebae
Compare
for some reason,
|
I don't know anything about brew, but presumably it's putting libfftw3.dylib somewhere other than /usr/local/lib? The only relevant log message I see from the installation is |
It doesn't seem likely to be relevant, but the only other hint from the GalSim installation is: |
when I install with
I'll test with a workflow |
3521ed7
to
caed43c
Compare
@schlafly you were right! From testing with a test job, it links to for future reference I ran the following to get that dir: brew install fftw
brew --prefix fftw |
that worked! |
Bingo, thanks, merging! |
No description provided.