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
* Initial update to Horace 4 (parallel not working)
* Fix parallel Horace. Update SpinW to v4.
* Update build system
* Using spinw.mltbx instead of git in order to get all mex
* Downloading both Windows and Linux Horace to get both mex
* Fix setup.py to generate universal wheels
* Add new patch_ctf target which cleans CTF dir and patches Horace
* Fix bug if MCR dir defined in env variable
* Add stripping mex from ctf to wheel build
* Remove test sqw files from Horace CTF.
* Update C++ files to libpymcr-0.2
* Update req to libpymcr-0.2. Update ctf recombine initialisation
* Fix numpy2 bug and failing catch causing GIL deadlock
* Update to libpymcr 0.2.1 - refactor call_python; add rel notes
* Workaround for twine bug #1216
#downloads desired Horace version suitable for the users OS
75
-
if(WIN32)
76
-
set(HORACE_TYPE "win64")
77
-
set(FILE_EXTENSION "zip")
78
-
else()
79
-
set(HORACE_TYPE "linux")
80
-
set(FILE_EXTENSION "tar.gz")
81
-
endif()
82
-
83
-
message(STATUS"Downloading Horace from https://github.com/pace-neutrons/Horace/releases/download/v${HORACE_VERSION}/Horace-${HORACE_VERSION}-${HORACE_TYPE}-R2019b.zip")
# downloads desired Horace versions for both Linux and Windows (to get both sets of mex files)
75
+
message(STATUS"Downloading Horace from https://github.com/pace-neutrons/Horace/releases/download/v${HORACE_VERSION}/Horace-${HORACE_VERSION}-linux-${GH_MATLAB_VERSION}.tar.gz")
message(STATUS"Downloading Horace from https://github.com/pace-neutrons/Horace/releases/download/v${HORACE_VERSION}/Horace-${HORACE_VERSION}-win64-${GH_MATLAB_VERSION}.zip")
0 commit comments