guilhem.lavaux@iap.fr
3d6a35f3ed
fix: disable FLOAT16 as it causes problem on MacOS
2025-07-03 15:43:10 +02:00
guilhem.lavaux@iap.fr
8111732b0f
fix: use unix eol format
2025-07-03 15:42:50 +02:00
328cd77336
fix: fix bad C instructions for modern compiler
2025-07-02 14:01:53 +02:00
b68bc67451
fix: upgrade dependencies path and configuration
2025-07-02 13:53:48 +02:00
54d71a9a0d
fix: update dependencies to have them pass on modern compiler
2025-07-02 13:46:15 +02:00
Paul M. Sutter
dfc6f18413
Merged in fixZobov (pull request #10 )
...
fixed zobov bug which mis-aligned tracers and guard particles when only using one subdivision (it actually affected all cases but only caused issues here)
2025-05-24 13:34:41 +00:00
Paul M. Sutter
f4d8893849
Merge branch 'master' of bitbucket.org:cosmicvoids/vide_public
2025-05-22 18:43:45 -04:00
Paul M. Sutter
1196294b5d
fixed zobov bug which mis-aligned tracers and guard particles when only using one subdivision (it actually affected all cases but only caused issues here)
2025-05-22 18:41:15 -04:00
Julien Zoubian
4ee334beca
Update URL for boost archive
...
Merged in patch_dl_boost (pull request #7 )
Bug: boost archive url not available anymore
Approved-by: Guilhem Lavaux
2025-03-13 10:15:03 +00:00
Julien Zoubian
3868e6a061
Bug: boost archive url not available anymore
...
Issue: build failed because hash mismatch for file boost_1_76_0.tar.gz
The file was not downloaded, testing the url in a browers gave:
'''
Time flies when you’re having fun.
Your 14-day trial may be over, but you have options!
Need help choosing the right subscription or additional time on your
trial? Just let us know and a DevOps expert will reach out to assist
you.
'''
Solution: change the url to the boost archive:
https://archives.boost.io/release/1.76.0/source/boost_1_76_0.tar.gz
2025-03-11 19:52:34 +01:00
b78ff2bd52
Add missing seeding of CONFIGURE_LD_FLAGS by LDFLAGS
2024-04-22 16:43:57 +02:00
Paul M. Sutter
16301287de
fixed bug where eigenvectors were printed in transposed order
2024-03-26 22:13:59 -04:00
9794bb1973
Add missing sanity check
2023-12-06 09:16:18 +01:00
dac59fabeb
Really exit in case of memory failure
2023-12-06 08:11:16 +01:00
2e21bd9dfb
Check a memory allocatin
2023-12-06 08:10:27 +01:00
5892ce7738
Fix git commit id
2022-06-17 19:31:04 +02:00
d0dc04eae7
Update cosmotool version
2022-06-17 18:51:28 +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
Nico Hamaus
a73e4e8186
Merge branch 'master' of https://bitbucket.org/cosmicvoids/vide_public
2021-06-04 12:33:21 +02:00
Nico Hamaus
336b9bc333
Updated boost to version 1.76.0
2021-06-04 12:31:54 +02:00
8858bea397
Purge spurious file
2021-06-04 12:01:01 +02:00
5fa5200341
Merge branch 'master' into release/2.x
2021-04-20 18:26:08 +02:00
31bd324e66
Update the readme
2021-04-15 16:55:36 +02:00
3e035d33b7
Add missing file
2021-04-15 16:45:47 +02:00
97b7c8705a
Add a really dummy file to please the OSX linker
2021-04-15 16:45:36 +02:00
381f6aae87
Compilation fixes (type mismatch)
2021-04-15 16:28:18 +02:00
371dc289b3
Put QHULL source code directly in VIDE
2021-04-15 16:23:00 +02:00
d8c321232d
Compilation fixes for more recent compilers
2021-04-15 15:49:40 +02:00
08074d2e8a
Improve boost configuration
2021-04-15 15:06:11 +02:00
f7df64c768
Improve boost configuration
2021-04-15 15:00:05 +02:00
e84b6de89e
Update README
2021-04-07 08:53:02 +02:00
ba18690cda
Update README
2021-04-06 09:41:43 +02:00
53ad51acca
Clean up of setup.py and have it install the simulation pipeline script
2021-02-26 09:05:50 +02:00
Nico Hamaus
8ee71005e1
Set default value for omegaM in observations
2021-02-25 17:36:22 +01:00
44165359ea
Add mergingThreshold to simulation pipeline generator
2021-02-25 17:47:27 +02:00
017c0095d7
Increase maximum redshift to z=10
2021-02-25 14:19:00 +02:00
ccc469aa6e
Add an option to change the merging threshold
2021-02-25 14:14:33 +02:00
569a7e40e6
Add some temporary instructions for executing on simulations
2021-02-25 14:07:00 +02:00
fcfad49e3c
Fix the size of the array to be pushed to netcdf
2021-02-25 14:00:20 +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
Marie Aubert
8249256508
Merged in m_aubert/vide_public (pull request #3 )
...
Bugfixes
2018-10-12 09:22:31 +00:00
Marie Aubert
6a5aa85f2f
Implemented corrections from reviews
2018-10-12 11:11:49 +02:00
Marie Aubert
531a2c30f3
Uncommented previous part of the code making sure that upper redshift boundary of zRange is respected
2018-10-11 18:05:59 +02:00
Marie Aubert
7bf85c07c8
useComoving definition moved in the Sample instance to be correctly passed
2018-10-11 18:01:23 +02:00
Marie Aubert
3eb3a0cf5d
useComoving passed to mock_sphere particles + modified lower redshift bound to be consistent with pruneVoids
2018-10-11 17:52:01 +02:00
Guilhem Lavaux
23c9a369ee
Disable python extension in cosmotool for now as it is not required and cause trouble for Vide building scripts
2018-07-26 14:54:55 +02:00
e01ee80fbd
Force creating the install directory of python packages.
2018-07-25 20:56:55 +03:00
b5e3086801
Provide the just-built cython to cosmotool. Forced to reorganize the order of the call to ExternalProject
2018-07-20 08:48:54 +03:00
63c7757662
Fix path
2018-07-19 15:24:57 +03:00