Commit Graph

30 Commits

Author SHA1 Message Date
0be0632f45 Remove superfluous pass statements 2020-05-14 09:41:22 +02:00
1c0ec5ad8a Remove calls to set_executable
The dunecontrol script should always be executable, so there is
(hopefully) no need of calling this function.
2020-05-14 09:39:56 +02:00
df503f9038 Use context manager for open/close 2020-05-14 09:36:52 +02:00
fae067a0d7 Use join_path from spack instead of string concatenation 2020-05-14 09:34:50 +02:00
a1aa78f02f Concretize both master and 2.7 release in CI job 2020-05-13 18:40:15 +02:00
2d4e0548de Merge branch 'master' into feature/versions-and-refactoring 2020-05-13 18:38:52 +02:00
2d623b0e25 [!4] Finish CI setup
Merge branch 'feature/ci-setup-2' into 'master'

ref:spack/dune-spack\> This finishes the CI setup after an initial merge that
was necessary to start running CI on the project.

See merge request [spack/dune-spack!4]

  [spack/dune-spack!4]: gitlab.dune-project.org/spack/dune-spack/merge_requests/4
2020-05-13 16:38:17 +00:00
d3af0fd937 Build docker images with spack inside
This prevents that the executing runner needs to be prepared to access GitHub
2020-05-13 16:38:17 +00:00
5bc079bd0a Add support for different versions (master + 2.7) and refactor a bit
This adds a loop with versions around the resource definitions allowing
for multiple versions of the dune package with the expected behaviour
of dependency forwarding to Dune modules.

Additionally, it avoids the code duplication of _get_needed_resources:
It modifies the resource list to include the transitive closure of
Dune module dependencies and then calls the original implementation.
2020-05-13 18:24:25 +02:00
bf5d6f1e23 [!3] First attempt of a gitlab ci setup
Merge branch 'feature/ci-setup' into 'master'

ref:spack/dune-spack\> This fixes [#1]

See merge request [spack/dune-spack!3]

  [#1]: gitlab.dune-project.org/NoneNone/issues/1
  [spack/dune-spack!3]: gitlab.dune-project.org/spack/dune-spack/merge_requests/3


Closes #1
2020-05-13 11:15:25 +00:00
dad7a0d320 First attempt of a gitlab ci setup 2020-05-13 13:10:29 +02:00
c29a27f028 [!1] Make gawk a dependency of dune
Merge branch 'bugfix/add-gawk' into 'master'

ref:spack/dune-spack\> The duneproject script uses awk. On my machine it fails
because system awk is messed up by the spack set-up LD_LIBRARY_PATH.

See merge request [spack/dune-spack!1]

  [spack/dune-spack!1]: gitlab.dune-project.org/spack/dune-spack/merge_requests/1
2020-05-13 10:54:25 +00:00
cb80213cf3 [!2] Add a disclaimer
Merge branch 'feature/disclaimer' into 'master'

ref:spack/dune-spack\> As the repository is public, we should warn about its
experimental status.

See merge request [spack/dune-spack!2]

  [spack/dune-spack!2]: gitlab.dune-project.org/spack/dune-spack/merge_requests/2
2020-05-13 10:23:27 +00:00
5e0e262b5d Add a disclaimer
As the repository is public, we should warn about its experimental status.
2020-05-13 12:22:31 +02:00
cfc2682f58 Make gawk a dependency of dune
The duneproject script uses awk. On my machine it fails because system awk
is messed up by the spack set-up LD_LIBRARY_PATH.
2020-05-13 12:15:38 +02:00
d6c65b8249 Cleaning 2020-05-10 21:42:32 +02:00
7df7c12c38 removing useless package 2020-05-10 21:38:06 +02:00
f8ea9197b9 update README3 2020-05-10 21:36:47 +02:00
845d5b4844 update README2 2020-05-10 21:35:21 +02:00
28d3e1d34e Update README 2020-05-10 21:33:26 +02:00
99615d3cdd Unique package with one variant per module 2020-05-10 21:21:48 +02:00
93193cd33d Corrections 2020-05-10 19:22:50 +02:00
f66f17e645 Missing quote 2020-04-06 11:30:52 +02:00
ea5a689876 small explanation about how to create a new module 2020-04-06 10:23:12 +02:00
8076c3b4f8 Dummy module to facilitate developement of new modules 2020-04-06 10:02:27 +02:00
bbd682d03d Shared lib by default 2020-04-02 13:08:18 +02:00
4bfe34f2fc Adding dune-functions and dune-typetree 2020-04-02 13:07:33 +02:00
540f0a02e4 Some cleaning and missing file for spack repo 2020-03-31 17:27:00 +02:00
dbeea6ff98 First commit 2020-03-30 22:22:34 +02:00
22271042cf Initial commit 2020-03-30 22:20:53 +02:00