Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bvpy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MOSAIC
bvpy
Commits
c3243dec
Commit
c3243dec
authored
1 year ago
by
PETIT Manuel
Browse files
Options
Downloads
Plain Diff
Merge branch 'release/1.1.0' of
https://gitlab.inria.fr/mosaic/bvpy
into release/1.1.0
parents
5c447ac8
b106dd98
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+5
-2
5 additions, 2 deletions
.gitlab-ci.yml
conda/meta.yaml
+1
-0
1 addition, 0 deletions
conda/meta.yaml
pyproject.toml
+0
-1
0 additions, 1 deletion
pyproject.toml
with
6 additions
and
3 deletions
.gitlab-ci.yml
+
5
−
2
View file @
c3243dec
...
@@ -95,7 +95,10 @@ pages:
...
@@ -95,7 +95,10 @@ pages:
image
:
continuumio/miniconda3
image
:
continuumio/miniconda3
script
:
script
:
# Install required 'libgl1' system dependency:
# Install required 'libgl1' system dependency:
-
apt-get update && apt-get install libgl1 -y
-
apt-get update && apt-get install libgl1 wget -y
# Download and install pandoc3.1.12.3 (version must be at least (2.14.2) but less than (4.0.0)):
-
wget https://github.com/jgm/pandoc/releases/download/3.1.12.3/pandoc-3.1.12.3-1-amd64.deb
-
dpkg -i pandoc-3.1.12.3-1-amd64.deb
# Install faster solver 'conda-libmamba-solver' & set it as default solver:
# Install faster solver 'conda-libmamba-solver' & set it as default solver:
# - conda install -y -n base -c conda-forge conda-libmamba-solver
# - conda install -y -n base -c conda-forge conda-libmamba-solver
# - conda config --set solver libmamba
# - conda config --set solver libmamba
...
@@ -105,7 +108,7 @@ pages:
...
@@ -105,7 +108,7 @@ pages:
# Install `bvpy` package (from sources):
# Install `bvpy` package (from sources):
-
python -m pip install -e .[doc]
-
python -m pip install -e .[doc]
# Build the documentation with Sphinx:
# Build the documentation with Sphinx:
-
sphinx-build -b html doc/
source/
public/
-
sphinx-build -b html doc/ public/
retry
:
retry
:
max
:
2
max
:
2
when
:
runner_system_failure
when
:
runner_system_failure
...
...
This diff is collapsed.
Click to expand it.
conda/meta.yaml
+
1
−
0
View file @
c3243dec
...
@@ -24,6 +24,7 @@ requirements:
...
@@ -24,6 +24,7 @@ requirements:
run
:
run
:
-
python {{ python }}
-
python {{ python }}
-
python-gmsh=4.11
-
python-gmsh=4.11
-
fenics=2019.1.0
{
%
for dep in deps %
}
{
%
for dep in deps %
}
-
{{
dep
}}
-
{{
dep
}}
{
%
endfor %
}
{
%
endfor %
}
...
...
This diff is collapsed.
Click to expand it.
pyproject.toml
+
0
−
1
View file @
c3243dec
...
@@ -34,7 +34,6 @@ doc = [
...
@@ -34,7 +34,6 @@ doc = [
"matplotlib"
,
"matplotlib"
,
"sphinx"
,
"sphinx"
,
"sphinx_rtd_theme"
,
"sphinx_rtd_theme"
,
"pandoc"
,
"nbsphinx"
,
"nbsphinx"
,
"notebook"
,
"notebook"
,
"chardet"
,
"chardet"
,
...
...
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