-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RELEASE: merging develop into master #50
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Otherwise ctest complains about CTestConfig.cmake not being found
This script is meant to be used for generating nightly builds for elastix. Results are posted on cdash: http://my.cdash.org/index.php?project=elastix This script is to be called like: python elx_nightly_dashboard.py -d <local_nightly_directory> -s <dashboard_script> For example python elx_nightly_dashboard.py -d D:/toolkits/elastix/nightly -s elxDashboard_LKEB_win10-64_VS2015.cmake Optional argument is compilation mode (-C, defaults to Release).
The script actually works on first use, performing a clone.
Since shutil.which() is only available from python 3.3.
Octave not supported by SimpleElastix
Merge pull request #14 from SuperElastix/metricbase-memory-patch. Thanks @coertmetz!
…Lists.txt): 1. Removed CMakeLists, as it will be replaced by (an adapted version of) src/CMakeLists. 2. Moved the five subdirectories and the CMakeLists from "src/" to the root, preparing to fixing issue #8. 3. Moved 'project' command upward, and copied 'cmake_minimum_required' and 'include' command from https://github.com/SuperElastix/elastix/blob/develop/CMakeLists.txt 4. Fixed paths, now that src subdirs have been moved up to the root. 5. Removed "src" from comment.
It is not clear that this code always works, and we prefer to remove it and make the build as robust as possible.
…if InitialTransformParametersFileName was not manually set
* CI: Use the shutil equivalent of os.rename() and is.replace() which is available in Python 2.7 #33 * COMP: making sure python move operations work Also with python 2.7. * BUG: check for file existence * COMP: copy paste error * CI: Compile all components on AppVeyor * CI: Touching appveyor.yml to trigger rebuild * CI: Build ITK and elastix separately on AppVeyor to avoid build time limit * CI: Fix AppVeyor script * CI: Fix AppVeyor cache stamp
Fixed two compiler failures
by replacing sptrintf's with ostringstream's
To address Windows build fails
To address windows limitation
When installing elastix compiled as library I got this error: CMake Error at src/Core/cmake_install.cmake:93 (file): file INSTALL cannot find ".../src/ITKIOFactoryRegistration/itkImageIOFactoryRegisterManager.h". Call Stack (most recent call first): src/cmake_install.cmake:44 (include) cmake_install.cmake:42 (include) It is because ITKIOFactoryRegistration does not exits. The actual folder name is ITKFactoryRegistration (without "IO").
This test is a regression test.
Changing to a local VM.
ITK was updated to version 4.13.0. Their commit f373fa16532bed28c8dec1ddeec5083b572bb24d broke the regression tests. As this relates to precision changes in MetaIO, converting some floats to double, this is deemed harmless. This commit updates the baselines.
in preparation of a release.
Closed
This was referenced Jun 2, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
To create elastix v4.9.0