Skip to content

Commit

Permalink
Doc build-from-source.md
Browse files Browse the repository at this point in the history
  • Loading branch information
paugier committed Jan 12, 2024
1 parent d3a1429 commit f4cf11d
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions doc/build-from-source.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,17 +147,22 @@ Note that Fluidsim builds are not sensible to the [`~/.pythranrc` file](pythranr
```

```{todo}
```{admonition} FAQ
- How to know which compilers and compilation flags are used?
How to check if XSIMD was indeed used?
One can study the file `build/cp39/compile_commands.json`.
- How to differentiate a native build from a
regular build to produce binaries usable on other computers?
- How to know which compilers and compilation flags are used?
- How to check if XSIMD was indeed used?
???
- How to produce a wheel for other architectures (cross-compilation)?
???
```

### Setup a full developer environment with editable installation
Expand Down Expand Up @@ -222,8 +227,8 @@ pip install -e . -v --no-build-isolation --no-deps

### Conda-based Python with conda-forge and Pixi

One can use [Pixi] to setup a developer environment based on [conda-forge] and compile from source. From the root directory of Fluidsim repository, just
run:
One can use [Pixi] to setup a developer environment based on [conda-forge] and
compile from source. From the root directory of Fluidsim repository, just run:

```sh
# TODO: remove this clone after Transonic release
Expand Down

0 comments on commit f4cf11d

Please sign in to comment.