Commit graph

7 commits

Author SHA1 Message Date
Julien Zoubian
54fe8df970 Update build for python compat
- remove distutils deps
- add pyproject.toml
- add MANIFEST.in
- update install instructions
2024-09-05 11:11:15 +02:00
Julien Zoubian
58e65d7d2b Update build instruction
* reorganization of README.md
* include instruction for conda env
* minor corrections in septup.py for compat python 3.8
* update ignore build files
2024-09-05 11:09:35 +02:00
59d07eb9c3 Add proper import of sysconfig 2022-06-17 07:53:11 +02:00
6fd04a7b1d Add explicit compiler inheritance from python environment 2022-06-17 07:52:00 +02:00
97b7c8705a Add a really dummy file to please the OSX linker 2021-04-15 16:45:36 +02:00
53ad51acca Clean up of setup.py and have it install the simulation pipeline script 2021-02-26 09:05:50 +02:00
affb56ff48 Merged in python3 (pull request #5)
Port to python3, large code cleanup

* Fixed command line for cosmotool

* Fix path

* Dump command line is log file

* Fix important typo

* Modify paths for example

* Fix path again

* Use an explicit constructor

* Change file to open (python 2->3)

* python3 fix for xrange in periodic_kdtree.py

* Fixed index for Np, numPart, numZones, numZonesTot, partID, zoneID in catalogUtil.py
2020-12-29 08:56:33 +00:00