Chris Marsh
Chris Marsh
@achillesrasquinha Also seeing this issue. Bug report format below: #### What's the bug all about? Running any `pipupgrade` command results in a raised Exception with the text `MemoryError`. ``` $...
It looks like I can reproduce it outside spack (but using spack's cmake) via ``` cmake '-DCMAKE_INSTALL_PREFIX:STRING=/home/chm003/project/gdal-test' '-DCMAKE_BUILD_TYPE:STRING=Release' '-DCMAKE_INTERPROCEDURAL_OPTIMIZATION:BOOL=OFF' '-DCMAKE_POLICY_DEFAULT_CMP0090:STRING=NEW' '-DCMAKE_FIND_USE_PACKAGE_REGISTRY:BOOL=OFF' '-DCMAKE_EXPORT_COMPILE_COMMANDS:BOOL=ON' '-DCMAKE_INSTALL_RPATH_USE_LINK_PATH:BOOL=ON' '-DGDAL_USE_EXTERNAL_LIBS:BOOL=OFF' '-DGDAL_USE_INTERNAL_LIBS:BOOL=OFF' '-DGDAL_USE_GEOTIFF:BOOL=ON' '-DGDAL_USE_JSONC:BOOL=ON' '-DGDAL_USE_TIFF:BOOL=ON' '-DGDAL_USE_ZLIB:BOOL=ON' '-DENABLE_DEFLATE64:BOOL=OFF'...
I proposed the move to cmake in https://github.com/spack/spack/pull/42766 because the mixing of autotools and cmake causes problems where cmake would use a system cmake netcdf-c instead of the autotools netcdf-c...
I am not sure/if `proj@10` will be released and I'm not sure whether it will have breaking API changes, etc. So I felt staying at `7:9` and then dealing with...
Is there progress on this? I see that a netcdf-c cmake built library has a pkgconfig file that references libraries that don't exist (`Libs.private: -lhdf5_hl-shared -lhdf5-shared`) ``` Name: netCDF Description:...
Great to see! Further work was done on this in this [Spack PR](https://github.com/spack/spack/pull/43087). Will these changes be back-ported or will they be only for upcoming netcdf releases?
It returns: ``` >>> sys.version '3.8.2 (default, Jul 8 2020, 16:21:29) \n[Clang 11.0.0 (clang-1100.0.33.16)]' ```
@mraspaud worked for me in a fresh venv
@cavemanloverboy on macos 13.1 (arm64) with homebrew, I had to specify the libomp paths and fix the libomp library name for this to work. The total link needs to look...
@djhoese >I'm surprised homebrew doesn't provide something that automatically includes the homebrew include/lib directories It looks like they changed how libomp is being installed as per https://github.com/Homebrew/homebrew-core/issues/112107#issuecomment-1278042927: >Users that now...