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

ExtData2G is perma-SHARED #2499

Closed
mathomp4 opened this issue Dec 20, 2023 · 0 comments
Closed

ExtData2G is perma-SHARED #2499

mathomp4 opened this issue Dec 20, 2023 · 0 comments
Assignees
Labels
🪲 Bug Something isn't working

Comments

@mathomp4
Copy link
Member

Recent tests by @climbfuji trying to run GEOS with a spack-stack...stack, found a bug in MAPL. Namely, unlike all the other libraries in MAPL which can be static or shared, e.g.:

esma_add_library (${this} SRCS ${srcs} DEPENDENCIES MAPL.shared MAPL.constants MAPL.base MAPL.generic MAPL.pfio
MAPL.griddedio MAPL_cfio_r4 TYPE ${MAPL_LIBRARY_TYPE})

ExtData2G is locked into SHARED:

esma_add_library (${this} SRCS ${srcs} DEPENDENCIES MAPL.shared MAPL.base MAPL.generic MAPL.griddedio TYPE SHARED)

@mathomp4 mathomp4 added the 🪲 Bug Something isn't working label Dec 20, 2023
@mathomp4 mathomp4 self-assigned this Dec 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🪲 Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant