GenericMappingTools / GenericMappingTools/custom-supplements

Improve ability to build custom supplements

Abierto
#1 7 comentarios 0 reacciones 0 asignados Ver en GitHub
Lenguaje dominante
PostScript
Estrellas
2
Forks
1
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

This repo has been neglected for some time, and now I have trouble making it work. The reason for this repo was to show other developers how to create your own mymodules.so shared libraries that will work with GMT. The idea was that these modules would only require the GMT API (gmt.h) and not all the underlying lower-level library functions (gmt_dev.h) that our own supplements rely on. This repo has a minimal CMake template and setup, but over the last few years we have made enough changes to the GMT cmake setup that there are problems in this repo. For instance, this repo until recently lived in subversion, so there is all the issues with svn versioning. When I tried to build the custom shared library today (mkdir build; cd build; cmake ..) I got errors about not finding stdio.h, so something very fundamental is missing.

Separately from that repo, I think it would be great if we could extend the support we have in the main GMT CMake setup where we have EXTRA_BUILD_DIRS and EXTRA_MODULES_SUPPL. What I have in mind is the ability for developers to add a separate supplement dir to this mix, but have it build as a separate *.so file and not become part of supplements.so. This would simplify the whole build for such developers since they can simply rely on the main GMT cmake setup. How could we do this? Allow a symbolic link called custom to be placed in src (and ignored by .gitignore) and let our Cmake determine if there is such a thing then build custom.so?

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Línea de trabajo

Comienza con la plantilla CMake mínima del repositorio y la configuración principal de CMake de GMT, especialmente EXTRA_BUILD_DIRS y EXTRA_MODULES_SUPPL. Comprueba la compilación invocada mediante «mkdir build; cd build; cmake ..» y cómo se utilizan src, gmt.h y gmt_dev.h. Se considera terminado cuando la biblioteca compartida personalizada se compila por separado de supplements.so sin el error de stdio.h indicado.

Escrito por el modelo de indexación a partir del texto del issue.

Evaluación

Stack tecnológico
c, cmake
Área
build-system, devtools
Tipo de issue
Nueva funcionalidad
Dificultad
5/5
Tiempo estimado
Más de una semana
Estado de actividad
Estancado
Claridad
Necesita aclaración
Aptitud para principiantes
25/100

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.