-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update spiner submodule, to get new DataBox interpToReal overload.
- Loading branch information
1 parent
6ccf891
commit 65db5ae
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule spiner
updated
14 files
+183 −152 | .gitlab-ci.yml | |
+0 −5 | .gitlab-ci/config/spack/upstreams.yaml | |
+75 −0 | .gitlab/build_and_test.cmake | |
+351 −0 | .gitlab/build_and_test.sh | |
+235 −0 | .gitlab/common.yml | |
+6 −5 | CMakeLists.txt | |
+1 −1 | README.md | |
+2 −2 | cmake/content.cmake | |
+22 −3 | spack-repo/packages/ports-of-call/package.py | |
+11 −4 | spack-repo/packages/spiner/package.py | |
+0 −4 | spack-repo/repo.yaml | |
+30 −0 | spiner/databox.hpp | |
+1 −1 | test/CMakeLists.txt | |
+31 −0 | test/test.cpp |