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
e10a2a5e
Commit
e10a2a5e
authored
4 years ago
by
Santiago Ospina De Los Ríos
Browse files
Options
Downloads
Patches
Plain Diff
Set patch when available
parent
c065c799
No related branches found
No related tags found
1 merge request
!49
Resolve "Finish installation and usage instruction on the documentation"
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.ci/install
+1
-1
1 addition, 1 deletion
.ci/install
.ci/setup_dune
+4
-2
4 additions, 2 deletions
.ci/setup_dune
with
5 additions
and
3 deletions
.ci/install
+
1
−
1
View file @
e10a2a5e
...
...
@@ -18,7 +18,7 @@ SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
source
$SCRIPT_DIR
/util
SOURCEDIR
=
${
SCRIPT_DIR
}
/..
BUILDDIR
=
${
PWD
}
/build-cmake
export
BUILDDIR
=
${
PWD
}
/build-cmake
# options file may be passed as argument
[
!
-z
"
$1
"
]
&&
DUNE_OPTIONS_FILE
=
"
$1
"
...
...
This diff is collapsed.
Click to expand it.
.ci/setup_dune
+
4
−
2
View file @
e10a2a5e
...
...
@@ -63,13 +63,15 @@ SETUP_dune_testtools_REPO="https://gitlab.dune-project.org/quality/dune-testtool
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"
if
[[
"
$OS_TARGET
"
==
"osx"
]]
;
then
curl https://gist.githubusercontent.com/lkeegan/059984b71f8aeb0bbc062e85ad7ee377/raw/e9c7af42c47fe765547e60833a72b5ff1e78123c/cmake-patch.txt
>>
"
${
PWD
}
/cmake.patch"
echo
''
>>
"
${
PWD
}
/cmake.patch"
SETUP_dune_common_PATCHES+
=
"
${
PWD
}
/cmake.patch"
fi
SETUP_dune_common_PATCHES
=
"
${
SCRIPT_DIR
}
/dune-common.patch
${
PWD
}
/cmake.patch"
SETUP_dune_logging_PATCHES
=
"
${
SCRIPT_DIR
}
/dune-logging.patch"
# hardcoded **ordered** dependencies
MODULES
=
"common logging uggrid geometry grid localfunctions istl typetree functions pdelab multidomaingrid"
...
...
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