-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
autotools (macos-latest) fails #164
Comments
Hi @scharlton2 I'm having trouble installing the python bindings (pypy distro 0.0.6) on macOS, proly related to this. I'm getting the following error: Building wheel for phreeqcrm (pyproject.toml) did not run successfully.
note: This error originates from a subprocess, and is likely not a problem with pip. |
@p-ortega Sorry, just saw this. Hopefully you already figured something out. You might just try running The current version is 0.0.10 and should be available for your mac (both ARM64 and x86-64). If you want to build it yourself you'll need to install or build yaml-cpp from https://github.com/jbeder/yaml-cpp. |
https://github.com/usgs-coupled/phreeqcrm/actions/runs/9847891651/job/27188961938
Run env CC='cc' CXX='c++ -std=c++11' make -f autotools.mk autotools_test && ./autotools_test
env CC='cc' CXX='c++ -std=c++11' make -f autotools.mk autotools_test && ./autotools_test
shell: /bin/bash -e {0}
env:
BUILD_TYPE: Release
VER_STRING: 3.8.0-16917
c++ -std=c++11 -c -o AdvectBMI_cpp.o AdvectBMI_cpp.cpp
cc -c -o Advect_c.o Advect_c.c
c++ -std=c++11 -c -o Advect_cpp.o Advect_cpp.cpp
cc -c -o Gas_c.o Gas_c.c
c++ -std=c++11 -c -o Gas_cpp.o Gas_cpp.cpp
c++ -std=c++11 -c -o main.o main.cpp
cc -c -o SimpleAdvect_c.o SimpleAdvect_c.c
c++ -std=c++11 -c -o SimpleAdvect_cpp.o SimpleAdvect_cpp.cpp
cc -c -o Species_c.o Species_c.c
c++ -std=c++11 -c -o Species_cpp.o Species_cpp.cpp
c++ -std=c++11 -c -o WriteYAMLFile_cpp.o WriteYAMLFile_cpp.cpp
c++ -std=c++11 -o autotools_test AdvectBMI_cpp.o Advect_c.o Advect_cpp.o Gas_c.o Gas_cpp.o main.o SimpleAdvect_c.o SimpleAdvect_cpp.o Species_c.o Species_cpp.o WriteYAMLFile_cpp.o -L/usr/local/lib -lphreeqcrm -lyaml-cpp
ld: library 'yaml-cpp' not found
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [autotools_test] Error 1
Error: Process completed with exit code 2.
The text was updated successfully, but these errors were encountered: