Skip to content

Commit

Permalink
Merge pull request #31 from metno/conda_installation
Browse files Browse the repository at this point in the history
added configuration file for installing the package using a conda environment
  • Loading branch information
a3eille authored Jun 25, 2024
2 parents 0f979ae + db5af56 commit 9dd40d7
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions deps.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: condatitanlib
channels:
- conda-forge
dependencies:
- boost
- gsl
- swig
- cmake
- libblas
- doxygen
- numpy
- python=3.10.4

0 comments on commit 9dd40d7

Please sign in to comment.