Replies: 16 comments 37 replies
-
Welcome ! This is the goal ! Few papers detailed that |
Beta Was this translation helpful? Give feedback.
-
the bad news : SSW is a complex & huge collection of software, some parts have been already tested, but I cannot say everything will be perfect. You can look in the issues, some tests have been done. We try to answer as quick as possible when problem arise. First step is to install GDL and test on basic tasks on your computer ... |
Beta Was this translation helpful? Give feedback.
-
From my point of view, today, the bast solution is to run the script : https://github.com/gnudatalanguage/gdl/blob/master/scripts/build_gdl.sh first step will help to add missing dependancies |
Beta Was this translation helpful? Give feedback.
-
@alenbrk I was in contact with a author of ssw, and then a few users. looking for "ssw" or "hessi" in the closed issues and conversations of GDL may help you. |
Beta Was this translation helpful? Give feedback.
-
@alenbrk please follow the install instructions for GDL in the wiki --- it is probably best to compile from scratch gdl, first by git-cloning this location, and then apply the build_gdl.sh script as described in the wiki (this to get the most recent gdl available) |
Beta Was this translation helpful? Give feedback.
-
I think the answer is here to add properly libc.so.6 |
Beta Was this translation helpful? Give feedback.
-
I have been using IDL since 1980 and have replaced it with GDL for the last 10 years(?). Almost always, they run seamlessly and the few errors are fixed promptly by Alain and Gilles.Jayant
On Friday, January 31, 2025 at 04:26:26 PM GMT+5:30, alenbrk ***@***.***> wrote:
Hello,
I have just found out that, perhaps, gdl can be used as idl. I have used idl, but have no access to the license anyymore. Is it possible to use programs written in idl, using gdl?
Regards,
Alen
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
going back to the initial report, first time you used build_gdl.sh, above, the messages imply that build_gdl.sh wanted to install packages netcdf, eccodes, qhull ... |
Beta Was this translation helpful? Give feedback.
-
I've set up an opensuse 15.6 virtual machine (from osboxes.org) and tried compiling gdl from scratch using build_gdl.sh
provided you are sudo, all OK. but: build_gdl.sh does not install CMAKE (a bug) so:
Then it would almost be OK, except that gdl/src/build_gdl.sh configure does not find some installed pakages and stops. I'm working on it (build_gdl.sh is rarely used for linux, its use is more for windows or macosx). You could reproduce this, and, waiting for a better build_gdl.sh, go into gdl/build and repetitively type "cmake .." and try to either install the missing feature it reports, or exclude that feature, for example if qhull is not found, add "-DQHULL=OFF" to the cmake command and retry. |
Beta Was this translation helpful? Give feedback.
-
sorry, it was git clone --recursive https://github.com/gnudatalanguage/gdl |
Beta Was this translation helpful? Give feedback.
-
@alenbrk
and now you must call after that, follow the rest of the procedure decribed in the wiki (build + install) |
Beta Was this translation helpful? Give feedback.
-
Also, starting from a fresh 15.6, adding repo |
Beta Was this translation helpful? Give feedback.
-
building an up to date gdl from the git repo will be important if we have to interactively patch gdl in case some parts of ssw do not work with gdl. |
Beta Was this translation helpful? Give feedback.
-
Assuming you start with a fresh 15.6, in retrospect it would be a good idea to start with installing gdl-language 1.1 using the 'science' repo. If gdl fails to run some ssw procedure, we should be able to patch it. just open a specific issue (not a "discussion"). To use the patched gdl, you'll need to compile the github gdl, that's where using build_gdl.sh will be necessary. At the time you'll do that, chances are that the build_gdl.sh has been patched too and there will be no errors. |
Beta Was this translation helpful? Give feedback.
-
@alenbrk I cannot reproduce your problem, as I have described above "starting from a fresh 15.6, adding repo https://download.opensuse.org/repositories/science/15.6 in Yast, one can install gdl 1.1 without problem." I found the Yast interface quite intuitive. |
Beta Was this translation helpful? Give feedback.
-
@alenbrk OK, excellent. May I suggest to close this discussion and open issues each time you get a problem with ssw?
provided ssw is correctly installed. |
Beta Was this translation helpful? Give feedback.
-
Hello,
I have just found out that, perhaps, gdl can be used as idl. I have used idl, but have no access to the license anymore. Is it possible to use programs written in idl, using gdl?
Regards,
Alen
Beta Was this translation helpful? Give feedback.
All reactions