summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/gdal
AgeCommit message (Collapse)AuthorFilesLines
2024-11-10GDAL: add v3.10.0 (#47472)Adam J. Stewart1-2/+8
2024-10-15GDAL: add v3.9.3 (#46959)Adam J. Stewart1-0/+1
2024-10-13GDAL: fix Autotools build (#46946)Adam J. Stewart1-1/+1
2024-09-06Replace `if ... in spec` with `spec.satisfies` in f* and g* packages (#46127)Auriane R.1-7/+7
* Replace if ... in spec with spec.satisfies in f* and g* packages * gromacs: ^amdfftw -> ^[virtuals=fftw-api] amdfftw * flamemaster: add virtuals lapack for the amdlibflame dependency --------- Co-authored-by: Wouter Deconinck <wdconinc@gmail.com>
2024-08-16GDAL: add v3.9.2 (#45794)Adam J. Stewart1-0/+1
2024-08-12GDAL: clarify compiler version support (#45651)Adam J. Stewart1-10/+13
2024-07-17Add `depends_on([c,cxx,fortran])` (#45217)Harmen Stoppels1-0/+3
Add language dependencies `c`, `cxx`, and `fortran`. These `depends_on` statements are auto-generated based on file extensions found in source tarballs/zipfiles. The `# generated` comment can be removed by package maintainers after validating correctness.
2024-07-08py-numpy: add v2.0.0 (#44735)Adam J. Stewart1-0/+2
2024-07-01GDAL: add v3.9.1 (#44969)Adam J. Stewart1-0/+1
2024-05-17GDAL: add v3.9.0 (#44128)Adam J. Stewart1-41/+65
2024-05-04fix iconv from libc (#43996)Harmen Stoppels1-5/+5
* fix iconv from libc * fix args in glib
2024-04-15GDAL: fix MDB build (#43665)Adam J. Stewart1-0/+1
2024-04-04GDAL: add v3.8.5 (#43493)Adam J. Stewart1-0/+1
2024-02-22GDAL: add v3.8.4 (#42805)Adam J. Stewart1-0/+1
2024-01-11GDAL: add v3.8.3 (#42020)Adam J. Stewart1-0/+1
2024-01-02Update copyright year to 2024 (#41919)Todd Gamblin1-1/+1
It was time to run `spack license update-copyright-year` again.
2023-12-27Initial License CheckinAiden Grossman1-0/+2
This patch adds license information for about 5,300 packages from automated sources. The license information was obtained from Alpine Linux and PyPI and processed using tooling available in https://github.com/boomanaiden154/spack-license-utils. The license field was added in after all other directives in an automated fashion. Note that while this license information is probably fairly accurate, it is not guaranteed to be accurate. In addition some of the license strings from Alpine Linux might not be valid SPDX license strings. Invalid SPDX identifiers can be picked up and fixed once we have validation/parsing infrastructure in place for the solver, and issues can be fixed as they come up.
2023-12-22GDAL: add v3.8.2 (#41795)Adam J. Stewart1-0/+1
2023-12-19GDAL: Ensure a spack libproj is used instead of a system libproj (#41785)Chris Marsh1-0/+8
* Ensure a spack libproj is used instead of a system libproj when libproj < 8. spack/spack/issues/41299 * Fix style as per ci-bot * Fix style as per ci-bot * Ensure 3.5:3.8. Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> --------- Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2023-11-30GDAL: add v3.8.1 (#41365)Adam J. Stewart1-0/+1
2023-11-14GDAL: add v3.8.0 (#41047)Adam J. Stewart1-8/+15
2023-11-03GDAL: add v3.7.3 (#40865)Adam J. Stewart1-0/+1
2023-09-13GDAL: add v3.7.2 (#39979)Adam J. Stewart1-0/+1
2023-08-11GDAL: fix supported versions of HDF5 (#39378)Adam J. Stewart1-1/+4
2023-08-09zlib-api: new virtual with zlib/zlib-ng as providers (#37372)Harmen Stoppels1-2/+6
Introduces a new virtual zlib-api, which replaces zlib in most packages. This allows users to switch to zlib-ng by default for better performance.
2023-07-14GDAL: add v3.7.1 (#38884)Adam J. Stewart1-0/+1
2023-05-12GDAL: add v3.7.0 (#37598)Adam J. Stewart1-1/+5
2023-05-02libintl, iconv, gettext: account for libc provider and externals (#35450)Chris Green1-2/+6
* libiconv can be provided by libc, so update packages which depend on libiconv to require the iconv virtual instead * Many packages need special consideration when locating iconv depending on whether it is provided by libc (no prefix provided) or the libiconv package (in that case we want to provide a prefix) * It was also noticed that when an iconv external was provided, that there was interference with linking (this should generally be handled by Spack's compiler wrappers and bears further investigation) * Like iconv, libintl can be provided by libc or another package, namely gettext. It is not converted to a provider like libiconv because it provides additional routines. The logic is similar to that of iconv but instead of checking the provider, we check whether the gettext installation includes libintl.
2023-04-21GDAL: add v3.6.4 (#37087)Adam J. Stewart1-0/+1
2023-03-18cmake build system: make "generator" a variant (#35552)Massimiliano Culpo1-3/+1
2023-03-15GDAL: add v3.6.3 (#36097)Adam J. Stewart1-0/+1
2023-02-16Style: black 23, skip magic trailing comma (#35351)Adam J. Stewart1-3/+1
* Style: black 23, skip magic trailing commas * isort should use same line length as black * Fix unused import * Update version of black used in CI * Update new packages * Update new packages
2023-02-01Use the `maintainers` directive in all packages (#35201)Massimiliano Culpo1-1/+1
2023-01-18license year bump (#34921)Harmen Stoppels1-1/+1
* license bump year * fix black issues of modified files * mypy * fix 2021 -> 2023
2023-01-07GDAL: add v3.6.2 (#34823)Adam J. Stewart1-0/+1
2022-12-16GDAL: add v3.6.1 (#34556)Adam J. Stewart1-0/+1
2022-11-13GDAL: add v3.6.0 (#33856)Adam J. Stewart1-4/+13
* GDAL: add v3.6.0 * Explicitly control BASISU * More reasonable variant defaults
2022-10-31GDAL: add v3.5.3 (#33623)Adam J. Stewart1-0/+1
2022-10-27GDAL: multi-build system support (#33566)Adam J. Stewart1-56/+61
2022-09-13GDAL: add v3.5.2 (#32614)Adam J. Stewart1-0/+1
2022-09-12GDAL: fix typo (#32524)Adam J. Stewart1-1/+1
2022-08-22crunch: add new package (#31980)Adam J. Stewart1-3/+2
2022-08-10libgta: add new package (#31981)Adam J. Stewart1-2/+1
2022-08-10libjxl: add new package (#31983)Adam J. Stewart1-2/+1
2022-08-08libheif: add new package (#31982)Adam J. Stewart1-2/+1
2022-07-31black: reformat entire repository with blackTodd Gamblin1-522/+550
2022-07-25gdal: fixing typo for libxml2 (#31734)snehring1-1/+1
2022-07-13GDAL: CMake support and dependency variants (#31197)Adam J. Stewart1-434/+514
Add support for CMake builds while preserving autotools support for older versions of GDAL * Add GDAL 3.5.0 * Remove GDAL 1 * Add support for new CMake build system * Change defaults to build all recommended dependencies * Simplify Autotools flag handling * Determine version range for drivers
2022-05-28refactor: packages import `spack.package` explicitly (#30404)Tom Scogland1-0/+1
Explicitly import package utilities in all packages, and corresponding fallout. This includes: * rename `spack.package` to `spack.package_base` * rename `spack.pkgkit` to `spack.package` * update all packages in builtin, builtin_mock and tutorials to include `from spack.package import *` * update spack style * ensure packages include the import * automatically add the new import and remove any/all imports of `spack` and `spack.pkgkit` from packages when using `--fix` * add support for type-checking packages with mypy when SPACK_MYPY_CHECK_PACKAGES is set in the environment * fix all type checking errors in packages in spack upstream * update spack create to include the new imports * update spack repo to inject the new import, injection persists to allow for a deprecation period Original message below: As requested @adamjstewart, update all packages to use pkgkit. I ended up using isort to do this, so repro is easy: ```console $ isort -a 'from spack.pkgkit import *' --rm 'spack' ./var/spack/repos/builtin/packages/*/package.py $ spack style --fix ``` There were several line spacing fixups caused either by space manipulation in isort or by packages that haven't been touched since we added requirements, but there are no functional changes in here. * [x] add config to isort to make sure this is maintained going forward
2022-05-17GDAL: deprecate 2.X (#30668)Adam J. Stewart1-11/+11