Skip to content

Commit 09c5058

Browse files
committed
tip-top-tips
1 parent 2feefff commit 09c5058

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

compilation_instructions.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ CMAKE to the right compilers and BLAS vendor.
1313
Configurations for different machines are stored in ${SPEC_ROOT}/cmake_machines,
1414
to use these, link them to cmake_config.json: `ln -s cmake_config cmake_machines/<config_file.json>`
1515

16-
[!TIP]
17-
install as much as possible in your environment using the `conda` command,
18-
only use 'pip' at the very end for the last packages not in conda.
19-
if you have not added the `conda-forge` channel do so by
20-
`conda config --add channels conda-forge`
16+
>[!TIP]
17+
>install as much as possible in your environment using the `conda` command,
18+
>only use 'pip' at the very end for the last packages not in conda.
19+
>if you have not added the `conda-forge` channel do so by
20+
>`conda config --add channels conda-forge`
2121
2222
Get the repository and install the necessary compilers and libraries
2323
```bash
@@ -171,7 +171,7 @@ The `.f90` files contain macros that are expanded during the make process using
171171

172172
Depending on the build type, the macro-expanded code is either found in `build/src/`, in the root directory, or in the `_skbuild` folder.
173173

174-
[!TIP]
175-
The line numbers in error messages correspond to the macro-expanded code
174+
>[!TIP]
175+
>The line numbers in error messages correspond to the macro-expanded code
176176

177177
the macros are defined in src/macros

0 commit comments

Comments
 (0)