Skip to content

Commit

Permalink
Updated installation files
Browse files Browse the repository at this point in the history
  • Loading branch information
rmodrak committed Oct 25, 2023
1 parent a8d8425 commit 6ac15d9
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 24 deletions.
22 changes: 0 additions & 22 deletions env.yaml

This file was deleted.

1 change: 1 addition & 0 deletions env.yaml
9 changes: 8 additions & 1 deletion env_arm64.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
# for installation on ARM64 systems, including Apple M1 and Apple M2

channels:
- defaults
- conda-forge

dependencies:
- conda-build
- python=3
- numpy
- scipy
- obspy
#- instaseis
- pandas
- xarray
- netCDF4
Expand All @@ -16,7 +21,9 @@ dependencies:
- pytest
- pip
- pip:
- git+https://github.com/sstaehler/instaseis.git
- tables
- seisgen
- seishmc
- -e .

27 changes: 27 additions & 0 deletions env_default.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@

channels:
- defaults
- conda-forge

dependencies:
- conda-build
- python=3
- numpy
- scipy
- obspy
- instaseis
- pandas
- xarray
- netCDF4
- h5py
- mpi4py
- retry
- flake8
- nose
- pytest
- pip
- pip:
- tables
- seisgen
- seishmc
- -e .
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ def get_compile_args():

else:
compile_args += ['-Ofast']
compile_args += ['-march=native']

return compile_args

Expand Down

0 comments on commit 6ac15d9

Please sign in to comment.