This website requires JavaScript.
Explore
Help
Sign In
cwpearson
/
astaroth
Watch
1
Star
0
Fork
0
You've already forked astaroth
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
72af2cf31d4b7cc0369029597a9dbb9d017bf741
astaroth
/
scripts
History
jpekkila
72af2cf31d
acc is now built with cmake instead of the old build script. This was mainly done to fix compilation on Puhti where I had problems linking flex even though it is available. As an added bonus the code is now safer to build since all dependencies are now rigorously tracked by cmake and make, and f.ex. change in the compiler now forces also the whole library to be rebuilt (which is the behaviour we want)
2019-09-24 16:57:19 +03:00
..
ac_mkbuilddir.sh
CONFIG_PATH is now supplied by ac_mkbuilddir. While using would be a bit more idiomatic, ASTAROTH_CONF_PATH is probably safer since ac_mkbuilddir.sh does the copying and knows for sure what the correct path is.
2019-07-29 15:55:27 +03:00
autotest.sh
SRUN_COMMAND has to be exported for it to be available in autotest.sh
2019-08-07 16:22:55 +03:00
compile_acc_module.sh
acc is now built with cmake instead of the old build script. This was mainly done to fix compilation on Puhti where I had problems linking flex even though it is available. As an added bonus the code is now safer to build since all dependencies are now rigorously tracked by cmake and make, and f.ex. change in the compiler now forces also the whole library to be rebuilt (which is the behaviour we want)
2019-09-24 16:57:19 +03:00
compile_acc.sh
compile_acc.sh edited online with Bitbucket. Corrections to --help.
2019-09-16 02:16:15 +00:00
preprocess_device_files.sh
Added a script for preprocessing the device files. Useful for inspecting whether the DSL code is generated correctly.
2019-08-27 18:15:30 +03:00