Skip to content

Increase max filename size#182

Open
rainwoodman wants to merge 1 commit intolesgourg:masterfrom
rainwoodman:patch-2
Open

Increase max filename size#182
rainwoodman wants to merge 1 commit intolesgourg:masterfrom
rainwoodman:patch-2

Conversation

@rainwoodman
Copy link
Copy Markdown

The default size 256 causes a overflow error on OSX with FORTIFY_SOURCE in our python binding, because to the conda-build path prefix generates file paths beyond this limit (it turned out to be 312 chars on my build bot).

The default size 256 causes a overflow error on OSX with FORTIFY_SOURCE in our python binding, because to the conda-build path prefix generates file paths beyond this limit (312 chars on my build bot).
lesgourg pushed a commit that referenced this pull request Sep 30, 2024
* Did the float/array conversion for all 'simple' functions

* Also made the sigma/fsigma8/effective_f functions float/array compatible

---------

Co-authored-by: schoeneberg <schoeneberg@github.com>
lesgourg added a commit that referenced this pull request Sep 30, 2024
* devel:
  Fixing the sigma8 bug  (#185)
  Fixed missing density Cl. (#177)
  Implementation of baselines (#183)
  Float and array options for classy functions (#182)
  Graceful exit (#181)
  Now each module keeps track of whether it is allocated or not explicitly (i.e. its init has run through succesfully) -- this prevents many problems with the explicit deallocation in the python wrapper (#178)
  Fixed the compilation for future numpy versions (v2) (#176)
  Added Neff (not N_eff) as a new input parameter with shooting, representing the request for a given total Neff (not just Nur) (#171)
  Fix workflows (#169)
  165 minor bugs (#166)
  switched to setuptools (#163)
  Solve S8 shooting when more shooting parameters and slight restructuring of input_shooting() (#159)
  Removed unused enum that could cause problems with the 'open' keyword (#155)
  Removed unneeded imports from transfer.h that could cause problems on some systems (#154)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant