korbinian90 / ROMEO

Executables for ROMEO unwrapping for Linux, Windows and Mac OSX
40 stars 0 forks source link

romeo_linux_3.2.8.tar.gz is not gz compressed (it's a plain tar file) #8

Closed stebo85 closed 2 years ago

stebo85 commented 2 years ago

Dear @korbinian90

romeo_linux_3.2.8.tar.gz

is just a plain tar file and not gz compressed

it's probably not a problem for most users, but neurodesk's CI tripped over it :p

korbinian90 commented 2 years ago

Thanks @stebo85 ! I compressed it and reuploaded

This is the last "manually compiled" release. From now on, the compilation will be performed automatically with github actions: https://github.com/korbinian90/CompileMRI.jl/blob/master/.github/workflows/compile.yml

The new version contains executables for romeo, clearswi and mcpc3ds and is called mritools. I just have to figure out, where I will put the compiled binaries. They are automatically added as a release on the repository CompileMRI.jl. I will probably link to that repository from korbinian90/ROMEO.

The internal structure of the compiled files stays the same, there are just the additional executables "clearswi" and "mcpc3ds"

stebo85 commented 2 years ago

Great - thank you :)