Skip to content

Commit b029295

Browse files
committed
Removing stuff from old conda build
1 parent c2dcab0 commit b029295

File tree

7 files changed

+1
-88
lines changed

7 files changed

+1
-88
lines changed

Makefile

+1-8
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,12 @@
1-
VERSION=$(shell python3 -c "import mpi4py_fft; print(mpi4py_fft.__version__)")
1+
VERSION=$(shell python -c "import mpi4py_fft; print(mpi4py_fft.__version__)")
22

33
default:
44
python setup.py build build_ext -i
55

6-
pip:
7-
rm -f dist/*
8-
python setup.py sdist
9-
twine upload dist/*
10-
116
tag:
127
git tag $(VERSION)
138
git push --tags
149

15-
publish: tag pip
16-
1710
clean:
1811
git clean -dxf mpi4py_fft
1912
cd docs && make clean && cd ..

README.rst

-7
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,6 @@ Install with conda from the coda-forge channel::
4747

4848
conda install -c conda-forge mpi4py-fft
4949

50-
or build it with conda build from the main source directory::
51-
52-
conda build -c conda-forge conf/
53-
conda create --name mpi4py_fft mpi4py_fft --use-local
54-
55-
which will pull in the required dependencies from the conda-forge channel.
56-
5750
Note that mpi4py-fft depends on Python packages
5851

5952
* mpi4py

conf/build.sh

-9
This file was deleted.

conf/conda_build_config.yaml

-5
This file was deleted.

conf/meta.yaml

-46
This file was deleted.

conf/run_test.sh

-4
This file was deleted.

docs/source/installation.rst

-9
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,6 @@ after cloning or forking
5858

5959
pip install .
6060

61-
or using `conda-build`_ with the recipes in folder ``conf/``
62-
63-
::
64-
65-
conda build -c conda-forge conf/
66-
conda create --name mpi4py-fft -c conda-forge mpi4py-fft --use-local
67-
conda activate mpi4py-fft
68-
6961

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

0 commit comments

Comments
 (0)