Modify the src/gmt/CmakeList.txt to build a mbsystem library that better integrated in GMT#1588
Open
joa-quim wants to merge 2 commits into
Open
Modify the src/gmt/CmakeList.txt to build a mbsystem library that better integrated in GMT#1588joa-quim wants to merge 2 commits into
joa-quim wants to merge 2 commits into
Conversation
Previous version was not displaying the MB ported modules with gmt --show-modules. Now with this change (and a new folder that will follow) it does
Contributor
|
Sorry to bring this up here, but: don't you get into problems with #1484? |
Contributor
Author
|
Nope, that would be a GMT building issue and I never had it. |
Contributor
|
At my side, building GMT works fine - it's when builing MB-System that this error occurs. But let's take that in the other thread - at some point. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Background: I made MB be able to let build on Windows with MSVC (no cygwin or mingw). The non graphical tools for now.
I than realized that the ported-to-be-GMT-modules do not show up when one do
gmt --show-modulesand trying to access them from GMT.jl (the GMT Julia wrapper) wan not working well. I then asked help to Claude to investigate the problem and it came out with this solution that makes it prefectly fine. Not only it now shows the modulesand it also let communicate in-memory data between between MB and Julia environment. Cannot show and example here as I have not write yet a GMT.jl wraper to to these modules and they likely need change to full use the GMT I/O in order that it works. But I have a couple of other written by be that works (Dave, I demonstrated you that 2 years ago at the AGU)