Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
fluidsim
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
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
This instance will be upgraded to Heptapod 17.9.2 on 2025-04-24 between 17:00 and 18:00 UTC+2
Show more breadcrumbs
fluiddyn
fluidsim
Commits
a63c4544
Commit
a63c4544
authored
6 years ago
by
Pierre Augier
Browse files
Options
Downloads
Patches
Plain Diff
FLUIDPYTHRAN_DIR = FLUIDSIM_PATH if FLUIDSIM_PATH is set
parent
fd70e6da
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.rst
+2
-3
2 additions, 3 deletions
README.rst
fluidsim/__init__.py
+5
-0
5 additions, 0 deletions
fluidsim/__init__.py
with
7 additions
and
3 deletions
README.rst
+
2
−
3
View file @
a63c4544
...
...
@@ -45,7 +45,7 @@
For a **basic installation** it should be sufficient to run::
pip install fluiddyn
fluidpythran
[--user]
pip install fluiddyn [--user]
pip install fluidsim [--user]
Add ``--user`` flag if you are installing without setting up a virtual
...
...
@@ -66,7 +66,7 @@
4. `A C++11 compiler and BLAS
libraries <https://github.com/serge-sans-paille/pythran#installation>`__ and
`configure
<https://fluidsim.readthedocs.io/en/latest/install.html#dependencies>`__
<https://fluidsim.readthedocs.io/en/latest/install.html#dependencies>`__
``~/.pythranrc`` to customize compilation of Pythran extensions
5. `Configure
<https://fluidfft.readthedocs.io/en/latest/install.html#basic-installation-with-pip>`__
...
...
@@ -130,4 +130,3 @@
french license.
.. _CeCILL: http://www.cecill.info/index.en.html
This diff is collapsed.
Click to expand it.
fluidsim/__init__.py
+
5
−
0
View file @
a63c4544
...
...
@@ -27,6 +27,11 @@
import
os
import
sys
if
"
FLUIDSIM_PATH
"
in
os
.
environ
:
os
.
environ
[
"
FLUIDPYTHRAN_DIR
"
]
=
str
(
Path
(
os
.
environ
[
"
FLUIDSIM_PATH
"
]
/
"
.fluidpythran
"
)
)
if
any
(
any
(
test_tool
in
arg
for
arg
in
sys
.
argv
)
for
test_tool
in
(
"
pytest
"
,
"
unittest
"
,
"
fluidsim-test
"
)
...
...
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