Jeongbin Park
Jeongbin Park
Regarding Shapelib, https://github.com/gnudatalanguage/gdl/commit/233ce87fbb7fac8632cb4eaad88b09150c2db285 should work to find `shapelib` on Debian 9. I have tested on: ``` ~/gdl# lsb_release -d Description: Debian GNU/Linux 9.13 (stretch) ``` and ``` ~/gdl# lsb_release -d...
And now I think it would be better to move `build_gdl.sh` to `scripts` directory. I started writing it in `.ci` because I thought it is going to be solely used...
Regarding MPI, I started another discussion: https://github.com/gnudatalanguage/gdl/discussions/983
>I do not remember why cmake should be above >= 3.7 https://github.com/gnudatalanguage/gdl/pull/976/files#diff-9bc9340de4c56dbc56003ebf42308b27934cbe02489aa5606eff312484fe0b64R20 We can revert back to `make check` if you think it is important to support CMake 3.5.
The CMake 3.7 requirement is completely irrelevant to Python, it is only related to the test (to compile external library 'libtest_ce.so' before running the test). It's weird you were successful...
> * does not work on a fresh Debian Sid (testing) today At the moment you will need to install `build-essentials` and `cmake` beforehand. The script currently doesn't support installing...
@GillesDuvert I just got my new M1 macbook last week and I'm working on it. It was a big pain in the ass developing dmg release without a working mac,...
I plan to purchase an M1 machine soon (in April I guess), after that I will try to solve this.
@bouloukaouze The one in `gdl/build/src/` should also work properly on the MSYS2 shell if the DLLs can be found in the `PATH` variable. That's why I didn't make the script...
@alaingdl I think this would work: ``` pacman -S mingw-w64-x86_64-toolchain ``` I will add it to the `build_gdl.sh` soon