You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a typo in the packaged version of install.command (on line 19 "install2.command" should be "install.command"), which means installation fails with the following message:
Installation aborted or may be incomplete!
Use of uninitialized value $bin in concatenation (.) or string at ./install.command line 482.
Please log out and in and then and run the install script again.
Check the '' directory is in your path then choose 'n' to exit.
Press return to finish.
The packages will be updated soon, together with some other minor bug fixes. In the meantime, a workaround is to download the source file, which does not have the error, and replace the original (“Download raw file” is the button two the right from the “Raw” button):
Right-clicking and choosing "Open with..." or similar to edit the file in a text editor like Notepad or Textedit, will also work, as will renaming the file to "install2.command" instead.
The text was updated successfully, but these errors were encountered:
…w always 'fluid'.
When v2.3.0 was released some older file versions were included in the .zip archives.
Notably among these was install.command, which had a bug that had been corrected elsewhere (see Issue #1).
Release v2.3.1 includes the correct files; it also updates the version numbers within the code and links point to GitHub.
The fluid phase is now consistently called 'fluid' everywhere (previously was 'water' in rMELTS 1.0.2 and pMELTS).
Some rearragement of C code in anticipation of building with poetry / cmake.
To do: rearrange header files to match.
There is a typo in the packaged version of install.command (on line 19 "install2.command" should be "install.command"), which means installation fails with the following message:
The packages will be updated soon, together with some other minor bug fixes. In the meantime, a workaround is to download the source file, which does not have the error, and replace the original (“Download raw file” is the button two the right from the “Raw” button):
https://github.com/magmasource/alphaMELTS/blob/main/workspaces/app/src/alphamelts/app/install.command
Alternatively, copy and paste the following one liner to a terminal to correct the file in place:
Right-clicking and choosing "Open with..." or similar to edit the file in a text editor like Notepad or Textedit, will also work, as will renaming the file to "install2.command" instead.
The text was updated successfully, but these errors were encountered: