Skip to content

Commit

Permalink
Removing stuff from old conda build
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaem committed May 22, 2024
1 parent c2dcab0 commit b029295
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 88 deletions.
9 changes: 1 addition & 8 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,19 +1,12 @@
VERSION=$(shell python3 -c "import mpi4py_fft; print(mpi4py_fft.__version__)")
VERSION=$(shell python -c "import mpi4py_fft; print(mpi4py_fft.__version__)")

default:
python setup.py build build_ext -i

pip:
rm -f dist/*
python setup.py sdist
twine upload dist/*

tag:
git tag $(VERSION)
git push --tags

publish: tag pip

clean:
git clean -dxf mpi4py_fft
cd docs && make clean && cd ..
Expand Down
7 changes: 0 additions & 7 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,6 @@ Install with conda from the coda-forge channel::

conda install -c conda-forge mpi4py-fft

or build it with conda build from the main source directory::

conda build -c conda-forge conf/
conda create --name mpi4py_fft mpi4py_fft --use-local

which will pull in the required dependencies from the conda-forge channel.

Note that mpi4py-fft depends on Python packages

* mpi4py
Expand Down
9 changes: 0 additions & 9 deletions conf/build.sh

This file was deleted.

5 changes: 0 additions & 5 deletions conf/conda_build_config.yaml

This file was deleted.

46 changes: 0 additions & 46 deletions conf/meta.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions conf/run_test.sh

This file was deleted.

9 changes: 0 additions & 9 deletions docs/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,6 @@ after cloning or forking

pip install .

or using `conda-build`_ with the recipes in folder ``conf/``

::

conda build -c conda-forge conf/
conda create --name mpi4py-fft -c conda-forge mpi4py-fft --use-local
conda activate mpi4py-fft


Additional dependencies
-----------------------
Expand Down Expand Up @@ -115,5 +107,4 @@ This test-suit is run automatically on every commit to github, see, e.g.,
.. _openmpi: https://www.open-mpi.org
.. _numpy: https://www.numpy.org
.. _numba: https://www.numba.org
.. _conda-build: https://conda.io/docs/commands/build/conda-build.html
.. _pypi: https://pypi.org/project/shenfun/

0 comments on commit b029295

Please sign in to comment.