summaryrefslogtreecommitdiff
path: root/lib/spack/spack/build_systems/autotools.py
AgeCommit message (Expand)AuthorFilesLines
2024-01-02Update copyright year to 2024 (#41919)Todd Gamblin1-1/+1
2023-10-18AutotoolsPackage / MakefilePackage: add gmake build dependency (#40380)Harmen Stoppels1-0/+1
2023-08-13autotools: set 'ldlibs' as 'LIBS' (#17254)Sergey Kosukhin1-1/+2
2023-02-16Style: black 23, skip magic trailing comma (#35351)Adam J. Stewart1-5/+1
2023-01-18license year bump (#34921)Harmen Stoppels1-1/+1
2023-01-16fix libtool filter for Fujitsu compilers (#34916)Gilles Gouaillardet1-8/+8
2022-12-05vermin: remove all novm comments from code (#34308)Todd Gamblin1-1/+1
2022-12-04typing: move from comment annotations to Python 3.6 annotations (#34305)Todd Gamblin1-2/+2
2022-10-26Allow for packages with multiple build-systems (#30738)Massimiliano Culpo1-205/+226
2022-10-07autotools: extend patching of the libtool script (#30768)Sergey Kosukhin1-31/+166
2022-10-05autotools: Filter libtools when building with dpcpp (#32876)Chris MacMackin1-1/+9
2022-08-10Patch /usr/bin/file to file when on nixos (#30718)Mikael Simberg1-0/+9
2022-07-31black: reformat entire repository with blackTodd Gamblin1-135/+127
2022-07-31black: clean up noqa comments from most of the codeTodd Gamblin1-1/+1
2022-07-22autotools: add -I flag when non-standard libtool (#31677)Harmen Stoppels1-6/+34
2022-05-28refactor: packages import `spack.package` explicitly (#30404)Tom Scogland1-1/+1
2022-04-07autotools.py: pic flags for %nvhpc (#29920)Harmen Stoppels1-5/+8
2022-03-17Spack on Windows package portsJohn Parent1-1/+2
2022-02-10macOS: always set `MACOSX_DEPLOYMENT_TARGET` (#28797)Seth R. Johnson1-0/+9
2022-01-14Update copyright year to 2022Todd Gamblin1-1/+1
2021-11-22Make _enable_or_disable(...) return an empty array for conditional variants w...Harmen Stoppels1-0/+6
2021-11-03Allow conditional variants (#24858)Greg Becker1-3/+4
2021-10-18Make macOS installed libraries more relocatable (#26608)Seth R. Johnson1-0/+3
2021-10-05Use gnuconfig package for config file replacement for RISC-V. (#26364)Kevin Pedretti1-9/+15
2021-09-27Use gnuconfig package for config file replacement (#26035)Harmen Stoppels1-41/+95
2021-09-24autotools.py/autoreconf: Show the depends_on()s to add to the package (#26115)bernhardkaindl1-4/+18
2021-09-21Rename 'variant_name' to 'variant' and document it in autotools build system ...Harmen Stoppels1-18/+17
2021-09-20Allow setting variant name in AutotoolsPackage._activate_or_not (#26054)iarspider1-15/+26
2021-07-16API Docs: fix broken reference targetsAdam J. Stewart1-10/+11
2021-07-08imports: sort imports everywhere in Spack (#24695)Todd Gamblin1-4/+4
2021-06-07build_systems: Make autotools builds verbose (#24161)Michael Kuhn1-1/+4
2021-04-08autotools: ensure config.guess and config.sub are writeable before patching t...Toyohisa Kameyama1-0/+4
2021-01-02copyrights: update all files with license headers for 2021Todd Gamblin1-1/+1
2020-12-22add mypy to style checks; rename `spack flake8` to `spack style` (#20384)Tom Scogland1-2/+3
2020-10-16autotools: recursively patch config.guess and config.sub (#18347)Toyohisa Kameyama1-68/+57
2020-10-14autotools.py: fix the list of objects to be removed from libtool (Fujitsu). (...Tomoki, Karatsu1-1/+1
2020-10-13autotools: add attribute to delete libtool archives .la files (#18850)Massimiliano Culpo1-3/+32
2020-10-12autotools: refactor search paths for aclocal in its own method (#19258)Massimiliano Culpo1-5/+10
2020-10-12autotools.py: removed some options from libtool only for Fujitsu. (#19217)Tomoki, Karatsu1-1/+6
2020-09-28autotools: patch 'libtool' recursively in subdirectories (#18620)Tomoki, Karatsu1-17/+20
2020-07-06autotools bugfix: handle missing config.guess (#17356)Michael Kuhn1-2/+2
2020-07-02autotools: Fix config.guess detection, take two (#17333)Michael Kuhn1-5/+3
2020-06-29autotools: Fix config.guess detection (#17149)Michael Kuhn1-2/+4
2020-06-22swig: fix older builds on newer platforms by updating config files (#16854)Joseph Ciurej1-61/+82
2020-05-21autotools: delete args from postdep objects when %fj (#16274)Tomoki, Karatsu1-0/+3
2020-04-30Fix typos in new AutotoolsPackage function (#16406)Adam J. Stewart1-2/+2
2020-04-18autotools: set FORCE_UNSAFE_CONFIGURE to 1 in autotools.py (#16132)Diego Magdaleno1-0/+15
2020-04-17AutotoolsPackage: add aclocal for all build deps (#15784)Adam J. Stewart1-5/+5
2020-04-17Language-specific PIC flags (#15474)Adam J. Stewart1-1/+1
2020-03-03Fix FCFLAGS handling for Autotools packages (#14788)Sergey Kosukhin1-0/+6