Package: gnudatalanguage / 1.1.1-2

Metadata

Package Version Patches format
gnudatalanguage 1.1.1-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
Create a shared library.patch | (download)

CMakeLists.txt | 4 1 + 3 - 0 !
src/CMakeLists.txt | 42 24 + 18 - 0 !
src/plplot/src/CMakeLists.txt | 7 1 + 6 - 0 !
src/pythongdl.cpp | 10 10 + 0 - 0 !
4 files changed, 36 insertions(+), 27 deletions(-)

 create a shared library

Create a shared library to link to gdl executable and Python extension
The library is called libgnudatalanguage.so to avoid confusion with the
libgdl from the GNOME project.

Make shared library and python extension Multiarch aware.patch | (download)

src/CMakeLists.txt | 8 4 + 4 - 0 !
1 file changed, 4 insertions(+), 4 deletions(-)

 make shared library and python extension multiarch aware.

Also, fix the RPATH issues.

Build with Debian s antlr instead of the embedded copy in.patch | (download)

CMakeLists.txt | 5 0 + 5 - 0 !
src/CMakeLists.txt | 7 3 + 4 - 0 !
2 files changed, 3 insertions(+), 9 deletions(-)

 build with debian's antlr instead of the embedded copy in src/antlr


Remove tests that take too long on some archs.patch | (download)

testsuite/LIST | 5 0 + 5 - 0 !
1 file changed, 5 deletions(-)

 remove tests that take too long on some archs

This is taken from debian/tests/test_gdl.ignore. We explicitly need to
patch out these tests since they even should not run at build
time.

Dont error if git submodule was not called.patch | (download)

CMakeLists.txt | 4 0 + 4 - 0 !
1 file changed, 4 deletions(-)

 dont error if git submodule was not called


Use external whereami library instead of local copy.patch | (download)

src/CMakeLists.txt | 6 2 + 4 - 0 !
1 file changed, 2 insertions(+), 4 deletions(-)

 use external whereami library instead of local copy