gdl
gdl copied to clipboard
GDL - GNU Data Language
tiff.cxx does not include provision for reading complex integer formats (typical for synthetic aperture radar data). Suggest the below case which interprets them as various integer types that can be...
On "old" OSX ProductVersion: 10.14.6 Cmake version 3.23.2 stops here : ``` CMake Error at CMakeLists.txt:321 (if): if given arguments: "STREQUAL" "arm64" Unknown arguments specified ``` I suspect this is...
I'm not sure if this is gcc 12-related or what, but there is now a warning about copying data into a zero-length target while compiling `BitSet.cpp`. ```` [ 9%] Building...
I don't know if it is a feature or a bug in _build_gdl.sh_ but nowadays Qhull packaged for Ubuntu 22.04 is the good version for GDL (libqhull-dev:amd64 2020.2-4) ``` libqhull-dev:amd64...
Enabled "dataypes.cpp" to #include all the other files where templates for the various basic gdl functions were written. And added SPLIT_SOURCES_FILES option to cmake, triggering (if cmake is called with...
This script is working fine ! thanks 1/ Should be simple, but : On a fresh copy (or git clone) the script need an extra step : `git submodule update...
At the moment, the bundles will open on Macs with an OSX version smaller than the one used to make it, but GDL will then fail to run, as the...
See this: ``` GDL> a = BINDGEN(512, 512)&aa = ASSOC(1, a)&nrep=120&OPENW, 1,'test.dat', 512,initial=512L*nrep&tic&FOR i = 0, nrep - 1 DO aa[i] = a&FOR i = 0, nrep - 1 DO...
On architectures other than x86 32 or 64 bit, some tests take really long, as seen from the following table, which lists all test durations with 0.9.9 bigger than 1000...