Skip to content

Commit

Permalink
everything except the spec build?
Browse files Browse the repository at this point in the history
  • Loading branch information
missing-user committed Nov 17, 2024
1 parent b73ce73 commit 1ff543a
Showing 1 changed file with 33 additions and 3 deletions.
36 changes: 33 additions & 3 deletions minimalenv.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,41 @@
name: test

channels:
- conda-forge
dependencies:
# Common dependencies
- python=3.11

# Platform agnostic build dependencies
- gcc
- gxx
- gfortran

# Libraries
- setuptools<60.0.0
- numpy
- hdf5
- openblas
- libopenblas
- fftw
- scalapack
- openmpi
- h5py
- matplotlib
- scipy
- scikit-build
- mpi4py
- ipython
- cmake
- ninja
- f90nml
- f90wrap

- pip
- pip:
- matplotlib


# Set environment variables
variables:
# Append py_spec to the python path, so completion is availble in your IDE
PYTHONPATH: "'$PYTHONPATH:$PWD'/Utilities/pythontools"
# Append the spec executable to the PATH, so it can be called from anywhere
PATH: "'${PATH}:$PWD'"

0 comments on commit 1ff543a

Please sign in to comment.