forked from OpenFUSIONToolkit/OpenFUSIONToolkit
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add regression tests for TokaMaker (OpenFUSIONToolkit#7)
Add regression tests for TokaMaker - Update CMAKE build to make python interfaces usable in build directory (pre-install) - TokaMaker: Fix h5py bug on some systems with fixed-length strings - Add h5py, scipy, and triangle python packages to CI build environment
- Loading branch information
Showing
8 changed files
with
2,379 additions
and
140 deletions.
There are no files selected for viewing
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
install(PROGRAMS util.py DESTINATION python/OpenFUSIONToolkit COMPONENT app) | ||
install(PROGRAMS TokaMaker.py DESTINATION python/OpenFUSIONToolkit COMPONENT app) | ||
install(PROGRAMS Marklin.py DESTINATION python/OpenFUSIONToolkit COMPONENT app) | ||
install(PROGRAMS Marklin.py DESTINATION python/OpenFUSIONToolkit COMPONENT app) | ||
|
||
configure_file( util.py ${CMAKE_CURRENT_BINARY_DIR}/util.py COPYONLY) | ||
configure_file( TokaMaker.py ${CMAKE_CURRENT_BINARY_DIR}/TokaMaker.py COPYONLY) | ||
configure_file( Marklin.py ${CMAKE_CURRENT_BINARY_DIR}/Marklin.py COPYONLY) |
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
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
Oops, something went wrong.