Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
dune-copasi
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
COPASI
dune-copasi
Commits
90a852a9
Commit
90a852a9
authored
4 years ago
by
Santiago Ospina De Los Ríos
Browse files
Options
Downloads
Patches
Plain Diff
Use origin branches when possible i.e. dune-logging and dune-multidomaingrid
parent
0f87ead5
No related branches found
No related tags found
1 merge request
!53
Use origin branches when possible
Pipeline
#33767
passed
4 years ago
Stage: setup
Stage: build
Stage: deploy
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.ci/setup_dune
+5
-3
5 additions, 3 deletions
.ci/setup_dune
CHANGELOG.md
+2
-1
2 additions, 1 deletion
CHANGELOG.md
doc/docusaurus/docs/install_use.md
+6
-8
6 additions, 8 deletions
doc/docusaurus/docs/install_use.md
with
13 additions
and
12 deletions
.ci/setup_dune
+
5
−
3
View file @
90a852a9
...
...
@@ -59,12 +59,12 @@ for module in common geometry grid istl localfunctions; do
eval
SETUP_dune_
${
module
}
_REPO
=
\"
https://gitlab.dune-project.org/core/dune-
${
module
}
.git
\"
done
for
module
in
functions uggrid
;
do
for
module
in
logging
functions uggrid
;
do
eval
SETUP_dune_
${
module
}
_BRANCH
=
\"
releases/2.7
\"
eval
SETUP_dune_
${
module
}
_REPO
=
\"
https://gitlab.dune-project.org/staging/dune-
${
module
}
.git
\"
done
for
module
in
logging
typetree pdelab
multidomaingrid
for
module
in
typetree pdelab
do
eval
SETUP_dune_
${
module
}
_BRANCH
=
\"
support/dune-copasi-v0.3
\"
eval
SETUP_dune_
${
module
}
_REPO
=
\"
https://gitlab.dune-project.org/copasi/dune-
${
module
}
.git
\"
...
...
@@ -73,10 +73,12 @@ done
SETUP_dune_testtools_BRANCH
=
"releases/2.7"
SETUP_dune_testtools_REPO
=
"https://gitlab.dune-project.org/quality/dune-testtools.git"
SETUP_dune_multidomaingrid_BRANCH
=
"releases/2.7"
SETUP_dune_multidomaingrid_REPO
=
"https://gitlab.dune-project.org/extensions/dune-multidomaingrid.git"
cat
${
SCRIPT_DIR
}
/dune-common.patch
>>
"
${
PWD
}
/dune-common.patch"
SETUP_dune_common_PATCHES
=
"
${
SCRIPT_DIR
}
/dune-common.patch"
SETUP_dune_logging_PATCHES
=
"
${
SCRIPT_DIR
}
/dune-logging.patch"
SETUP_dune_logging_RECURSIVE
=
"
$DUNE_VENDOR_FMT
"
...
...
This diff is collapsed.
Click to expand it.
CHANGELOG.md
+
2
−
1
View file @
90a852a9
...
...
@@ -50,7 +50,8 @@ Types of changes
-
CI scripts are improved to simplfy usage !49
-
Simplify build and usage on docker containers !49
-
Drastically reduce size of final docker container !49
-
Improve performance on cases with no interaction between all species !53
-
Improve performance on cases with no interaction between all species !43
-
`dune-logging`
and
`dune-multidomaingrid`
no longer require a COPASI namespace fork !53
### Removed
-
Automatic flux between compartment components with same name !30
-
Jacobian operator is managed by the stepper instead of the model !39
...
...
This diff is collapsed.
Click to expand it.
doc/docusaurus/docs/install_use.md
+
6
−
8
View file @
90a852a9
...
...
@@ -252,7 +252,6 @@ The following list of software is required to install and use `dune-copasi`:
| Software | Version/Branch |
| ---------| -------------- |
|
[
CMake
](
https://cmake.org/
)
| >= 3.1 |
|
[
pkg-config
](
https://freedesktop.org/wiki/Software/pkg-config/
)
| - |
| C++ compiler | >=
[
C++17
](
https://en.wikipedia.org/wiki/List_of_compilers#C++_compilers
)
|
|
[
libTIFF
](
http://www.libtiff.org/
)
| >= 3.6.1 |
|
[
muParser
](
https://beltoforion.de/article.php?a=muparser
)
| >= 2.2.5 |
...
...
@@ -263,10 +262,10 @@ The following list of software is required to install and use `dune-copasi`:
|
[
dune-istl
](
https://gitlab.dune-project.org/core/dune-istl
)
| == 2.7 |
|
[
dune-localfunctions
](
https://gitlab.dune-project.org/core/dune-localfunctions
)
| == 2.7 |
|
[
dune-functions
](
https://gitlab.dune-project.org/staging/dune-functions
)
| == 2.7 |
|
[
COPASI/dune-logging
](
https://gitlab.dune-project.org/copasi/dune-logging
)
|
`support/dune-copasi-latest`
|
|
[
dune-logging
](
https://gitlab.dune-project.org/staging/dune-logging
)
| == 2.7 |
|
[
dune-multidomaingrid
](
https://gitlab.dune-project.org/extensions/dune-multidomaingrid
)
| == 2.7 |
|
[
COPASI/dune-typetree
](
https://gitlab.dune-project.org/copasi/dune-typetree
)
|
`support/dune-copasi-latest`
|
|
[
COPASI/dune-pdelab
](
https://gitlab.dune-project.org/copasi/dune-pdelab
)
|
`support/dune-copasi-latest`
|
|
[
COPASI/dune-multidomaingrid
](
https://gitlab.dune-project.org/copasi/dune-multidomaingrid
)
|
`support/dune-copasi-latest`
|
:::info
Notice that some required dune modules are forks of original reopsitories and
...
...
@@ -332,7 +331,7 @@ unix-like operating systems. e.g.
```
bash
apt update
apt
install
cmake
pkg-config
gcc g++ libtiff-dev libmuparser-dev git
apt
install
cmake gcc g++ libtiff-dev libmuparser-dev git
```
</TabItem>
...
...
@@ -340,7 +339,7 @@ apt install cmake pkg-config gcc g++ libtiff-dev libmuparser-dev git
```
bash
brew update
brew
install
cmake
pkg-config
gcc libtiff muparser git
brew
install
cmake gcc libtiff muparser git
```
</TabItem>
...
...
@@ -368,15 +367,14 @@ git clone -b releases/2.7 https://gitlab.dune-project.org/staging/dune-uggrid
git clone
-b
releases/2.7 https://gitlab.dune-project.org/core/dune-istl
git clone
-b
releases/2.7 https://gitlab.dune-project.org/core/dune-localfunctions
git clone
-b
releases/2.7 https://gitlab.dune-project.org/staging/dune-functions
git clone
-b
support/dune-copasi-latest
--recursive
https://gitlab.dune-project.org/copasi/dune-logging
git clone
-b
releases/2.7 https://gitlab.dune-project.org/extensions/dune-multidomaingrid
git clone
-b
releases/2.7
--recursive
https://gitlab.dune-project.org/staging/dune-logging
git clone
-b
support/dune-copasi-latest https://gitlab.dune-project.org/copasi/dune-typetree
git clone
-b
support/dune-copasi-latest https://gitlab.dune-project.org/copasi/dune-pdelab
git clone
-b
support/dune-copasi-latest https://gitlab.dune-project.org/copasi/dune-multidomaingrid
git clone
-b
latest https://gitlab.dune-project.org/copasi/dune-copasi
# apply patches
git apply
-C
dune-common dune-copasi/.ci/dune-common.patch
git apply
-C
dune-logging dune-copasi/.ci/dune-logging.patch
```
Then, build and install the
`DUNE`
modules with the
`dunecontrol`
script:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment