Skip to content
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

fix: Disable shared library build on Pangea 3 #3306

Closed
wants to merge 2 commits into from

Conversation

acitrain
Copy link
Contributor

This PR fix issue #3305

As for now we are unable to run with shared library on Pangea 3 (powerpc architecture) and we don't have a stable solution for that (as it takes time and it is not a main prority for us) we disable here the building with shared libraries inside the host-config for Pangea 3

Here is the error we get :

geos: error while loading shared libraries: libmainInterface.so: cannot open shared object file: No such file or directory

@acitrain acitrain added ci: run CUDA builds Allows to triggers (costly) CUDA jobs flag: ready for review ci: run integrated tests Allows to run the integrated tests in GEOS CI labels Aug 27, 2024
@acitrain acitrain requested review from rrsettgast and Algiane August 27, 2024 09:59
@acitrain acitrain self-assigned this Aug 27, 2024
@acitrain acitrain requested a review from sframba August 27, 2024 09:59
Copy link

codecov bot commented Aug 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 56.46%. Comparing base (42966e9) to head (1464005).
Report is 88 commits behind head on develop.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop    #3306   +/-   ##
========================================
  Coverage    56.46%   56.46%           
========================================
  Files         1059     1059           
  Lines        89458    89458           
========================================
  Hits         50512    50512           
  Misses       38946    38946           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@CusiniM CusiniM closed this Aug 27, 2024
@CusiniM CusiniM reopened this Aug 27, 2024
@CusiniM
Copy link
Collaborator

CusiniM commented Aug 27, 2024

I am guessing we can close this since #3307 fixes the same issue ?

@rrsettgast rrsettgast closed this Aug 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci: run CUDA builds Allows to triggers (costly) CUDA jobs ci: run integrated tests Allows to run the integrated tests in GEOS CI flag: ready for review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants