-
Notifications
You must be signed in to change notification settings - Fork 8
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
spatialdata not installing, causing build to fail #80
Comments
Please refer to my comment about the configure arguments for using the GitHub repos with v4.1.3-1 of the installer: We will try to get a PyLith release out in the next few weeks with these build/installation fixes. |
Thanks, I appreciate the quick reply! Now make fails (after the petsc build) with
any suggestions on what to try next? |
|
Thanks for the follow up and apologies for my own delayed response. I've done this and seem to have hit on some strange repeated download- it looks like the build of pythia is coming up twice, once before and once after the build of petsc-pylith?) I tried:
Then I call make again. Some highlights: make[2]: Entering directory '/path/to/build/cig' (it builds. then petsc-pylith builds) Any ideas why it would be doing this? |
I found a typo in the Makefile where the |
Apologies for not following up earlier, and thanks for the correction. The build was successful following the instructions/changes you've noted above. Thank you! |
I am attempting to install pylith using the installer version 4.3.1-1. The
make
step fails during the build of pylith with the stepThe only record I can find of SpatialData in the preceeding compilation log is
touch /path/to/pylith-installer-4.1.3-1/build/cig/installed_spatialdata
Config.log contains
I called
configure
with --enable-spatialdata=yes, --with-spatialdata-repo=https://github.com/geodynamics/spatialdata.git as a first attempt.I am compiling on an Alma Linux 9 HPC cluster with gcc9.3.0, python 3.10.2.
The text was updated successfully, but these errors were encountered: