Skip to content

Commit 8369346

Browse files
authored
Merge pull request #8 from tskisner/healpy-install
Use simple install for healpy, to be more compatible with conda
2 parents 815efae + 12a16fd commit 8369346

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/healpy/Makefile.am

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ setup.py : $(srcdir)/setup.py.in $(srcdir)/setup.cfg.in $(srcdir)/gen_setup.sh
2828

2929
install-exec-hook :
3030
mkdir -p "$(pythondir)"
31-
@$(PYTHON) setup.py install
31+
@$(PYTHON) setup.py install \
32+
--single-version-externally-managed --record record.txt
3233

3334
clean-local :
3435
rm -rf build dist healpy.egg-info

0 commit comments

Comments
 (0)