11 |
--------------------------------------------------------------------------------
/var/spack/repos/builtin/packages/ftgl/remove-ftlibrary-from-sources.diff:
--------------------------------------------------------------------------------
1 | --- a/src/CMakeLists.txt
2 | +++ b/src/CMakeLists.txt
3 | @@ -26,7 +26,6 @@ SET(libftgl_la_SOURCES
4 | FTGlyphContainer.h
5 | FTInternals.h
6 | FTLibrary.cpp
7 | - FTLibrary.h
8 | FTList.h
9 | FTPoint.cpp
10 | FTSize.cpp
11 |
--------------------------------------------------------------------------------
/var/spack/repos/builtin/packages/hip-examples/0002-add-fpic-compile-to-add4.patch:
--------------------------------------------------------------------------------
1 | diff --git a/add4/Makefile b/add4/Makefile
2 | index a0c6826..d7b26b1 100644
3 | --- a/add4/Makefile
4 | +++ b/add4/Makefile
5 | @@ -1,4 +1,4 @@
6 | -CXXFLAGS += -std=c++11 -O3
7 | +CXXFLAGS += -std=c++11 -O3 -fPIC
8 |
9 | all: gpu-stream-hip
10 |
--------------------------------------------------------------------------------
/var/spack/repos/builtin/packages/mpich/mpich-oneapi-config-rpath/step2.patch:
--------------------------------------------------------------------------------
1 | # This patch is applicable starting version 3.1.1.
2 | --- a/confdb/config.rpath
3 | +++ b/confdb/config.rpath
4 | @@ -236 +236 @@ if test "$with_gnu_ld" = yes; then
5 | - case $cc_basename in ifort*)
6 | + case $cc_basename in ifort* | ifx*)
7 |
--------------------------------------------------------------------------------
/var/spack/repos/builtin/packages/mpich/mpich32_411_CFI_configure.patch:
--------------------------------------------------------------------------------
1 | --- a/configure
2 | +++ b/configure
3 | @@ -39449,6 +39449,7 @@ int foo_c(CFI_cdesc_t * a_desc, CFI_cdesc_t * b_desc)
4 |
5 | void test_assumed_rank_async_impl_c(CFI_cdesc_t * a_desc)
6 | {
7 | + CFI_is_contiguous(a_desc);
8 | return;
9 | }
10 |
11 |
--------------------------------------------------------------------------------
/var/spack/repos/builtin/packages/procps/libintl-3.3.14.patch:
--------------------------------------------------------------------------------
1 | --- a/Makefile.am 2023-06-29 14:12:25.671539354 -0500
2 | +++ b/Makefile.am 2023-06-29 14:26:58.852425405 -0500
3 | @@ -1,6 +1,5 @@
4 | -CYGWINFLAGS =
5 | +CYGWINFLAGS = $(LTLIBINTL)
6 | if CYGWIN
7 | -CYGWINFLAGS += -lintl
8 | usrbin_exec_PROGRAMS =
9 | endif
10 |
11 |
--------------------------------------------------------------------------------
/lib/spack/docs/_gh_pages_redirect/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 | This page has moved to https://spack.readthedocs.io/
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/share/spack/gitlab/cloud_pipelines/configs/single-src-protected-mirrors.yaml.in:
--------------------------------------------------------------------------------
1 | mirrors:
2 | buildcache-destination:
3 | fetch: ${PROTECTED_MIRROR_FETCH_DOMAIN}/${CI_COMMIT_REF_NAME}/${SPACK_CI_STACK_NAME}
4 | push: ${PROTECTED_MIRROR_PUSH_DOMAIN}/${CI_COMMIT_REF_NAME}/${SPACK_CI_STACK_NAME}
5 | source: False
6 | binary: True
7 |
--------------------------------------------------------------------------------
/var/spack/repos/builtin/packages/e4s-cl/drop-docker.patch:
--------------------------------------------------------------------------------
1 | diff --git a/requirements/core.txt b/requirements/core.txt
2 | index 0c0d3de..17c10f4 100644
3 | --- a/requirements/core.txt
4 | +++ b/requirements/core.txt
5 | @@ -6,4 +6,3 @@ pyelftools==0.27
6 | requests>=2.26.0
7 | tinydb==4.5.2
8 | python-sotools==0.1.0
9 | -docker==5.0.3
10 |
--------------------------------------------------------------------------------
/.github/workflows/setup_git.ps1:
--------------------------------------------------------------------------------
1 | # (c) 2022 Lawrence Livermore National Laboratory
2 |
3 | git config --global user.email "spack@example.com"
4 | git config --global user.name "Test User"
5 | git config --global core.longpaths true
6 |
7 | if ($(git branch --show-current) -ne "develop")
8 | {
9 | git branch develop origin/develop
10 | }
11 |
--------------------------------------------------------------------------------
/var/spack/repos/builtin/packages/findutils/nonnull.patch:
--------------------------------------------------------------------------------
1 | --- a/gl/lib/malloc/dynarray-skeleton.c
2 | +++ b/gl/lib/malloc/dynarray-skeleton.c
3 | @@ -85,6 +85,8 @@
4 | (if DYNARRAY_FINAL_TYPE is not defined)
5 | */
6 |
7 | #include
8 | +#undef __nonnull
9 | +#define __nonnull(x)
10 |
11 | #include
12 |
--------------------------------------------------------------------------------
/var/spack/repos/builtin/packages/intel-xed/2019-python3.patch:
--------------------------------------------------------------------------------
1 | Old revs call python instead of python3.
2 |
3 | diff --git a/mfile.py b/mfile.py
4 | index b6889c6..b43b442 100755
5 | --- a/mfile.py
6 | +++ b/mfile.py
7 | @@ -1,4 +1,4 @@
8 | -#!/usr/bin/env python
9 | +#!/usr/bin/env python3
10 | # -*- python -*-
11 | #BEGIN_LEGAL
12 | #
13 |
--------------------------------------------------------------------------------
/var/spack/repos/builtin/packages/mysql-connector-c/fix-cmake.patch:
--------------------------------------------------------------------------------
1 | --- a/cmake/install_macros.cmake
2 | +++ /dev/null
3 | @@ -362,8 +362,8 @@
4 | CONFIGURATIONS Release RelWithDebInfo
5 | COMPONENT ${ARG_COMPONENT}
6 | OPTIONAL)
7 | - ENDIF()
8 | ENDFOREACH()
9 | + ENDIF()
10 |
11 | ENDFUNCTION()
12 |
13 |
--------------------------------------------------------------------------------
/var/spack/repos/builtin/packages/n2p2/nnp_test.h.patch:
--------------------------------------------------------------------------------
1 | --- a/test/cpp/nnp_test.h
2 | +++ b/test/cpp/nnp_test.h
3 | @@ -7,6 +7,7 @@
4 | #include
5 | #include
6 | #include
7 | +#include
8 | #include "fileHelpers.h"
9 |
10 | namespace bdata = boost::unit_test::data;
11 |
--------------------------------------------------------------------------------
/var/spack/repos/builtin/packages/ecmwf-atlas/intel_vectorization_v0p33.patch:
--------------------------------------------------------------------------------
1 | --- a/cmake/atlas_compile_flags.cmake
2 | +++ b/cmake/atlas_compile_flags.cmake
3 | @@ -20,3 +20,5 @@ if( CMAKE_CXX_COMPILER_ID MATCHES Cray )
4 | # directives, ACC directives, or ASM intrinsics.
5 |
6 | endif()
7 | +
8 | +ecbuild_add_cxx_flags("-fp-speculation=safe")
9 |
--------------------------------------------------------------------------------
/var/spack/repos/builtin/packages/n2p2/test/result-check.sh:
--------------------------------------------------------------------------------
1 | #!/bin/bash
2 |
3 | grep -e "No errors detected" "$1" > test-result.txt
4 | grep -e "PASSED" "$2" >> test-result.txt
5 |
6 | if cmp -s $3 test-result.txt; then
7 | echo "Test of n2p2 PASSED !"
8 | else
9 | echo "Test of n2p2 Failed !"
10 | fi
11 |
12 | rm $1 $2 test-result.txt
13 |
--------------------------------------------------------------------------------
/var/spack/repos/builtin/packages/planck-likelihood/fortran.patch:
--------------------------------------------------------------------------------
1 | --- a/src/bflike/bflike_smw.f90
2 | +++ b/src/bflike/bflike_smw.f90
3 | @@ -1600,6 +1600,8 @@
4 | ok = .false.
5 |
6 | call fid%init()
7 | +
8 | + unit = 3001
9 |
10 | open(unit = unit,file=trim(filein),status='old',action='read',&
11 | iostat=istat)
12 |
--------------------------------------------------------------------------------
/var/spack/repos/builtin/packages/py-dask-mpi/remove-dependency-jupyter-proxy.patch:
--------------------------------------------------------------------------------
1 | diff --git a/environment.yml b/environment.yml
2 | index 5747157..a552b81 100644
3 | --- a/environment.yml
4 | +++ b/environment.yml
5 | @@ -3,4 +3,3 @@ dependencies:
6 | - dask>=2.19
7 | - distributed>=2.19
8 | - mpi4py>=3.0.3
9 | - - jupyter-server-proxy
10 |
--------------------------------------------------------------------------------
/var/spack/repos/builtin/packages/sympol/lrs_mp_close.patch:
--------------------------------------------------------------------------------
1 | --- old/sympol/raycomputationlrs.cpp
2 | +++ new/sympol/raycomputationlrs.cpp
3 | @@ -66,7 +66,6 @@
4 | return true;
5 | }
6 |
7 | - lrs_mp_close();
8 |
9 | if (RayComputationLRS::ms_fIn != NULL) {
10 | if (std::fclose(RayComputationLRS::ms_fIn)) {
11 |
--------------------------------------------------------------------------------
/lib/spack/docs/command_index.in:
--------------------------------------------------------------------------------
1 | =================
2 | Command Reference
3 | =================
4 |
5 | This is a reference for all commands in the Spack command line interface.
6 | The same information is available through :ref:`spack-help`.
7 |
8 | Commands that also have sections in the main documentation have a link to
9 | "More documentation".
10 |
--------------------------------------------------------------------------------
/var/spack/repos/builtin/packages/clingo/setuptools-2.patch:
--------------------------------------------------------------------------------
1 | diff --git a/cmake/python-site.py b/cmake/python-site.py
2 | --- a/cmake/python-site.py
3 | +++ b/cmake/python-site.py
4 | @@ -1,3 +1,4 @@
5 | +import setuptools # makes import distutils work
6 | from distutils.sysconfig import get_python_lib, get_config_vars
7 | import sys
8 | if sys.argv[1] == "prefix":
--------------------------------------------------------------------------------
/var/spack/repos/builtin/packages/minuit/sprintf.patch:
--------------------------------------------------------------------------------
1 | --- a/src/MnUserTransformation.cpp 2018-06-22 11:35:34.476798087 +0200
2 | +++ b/src/MnUserTransformation.cpp 2018-06-22 11:08:01.729725829 +0200
3 | @@ -2,6 +2,7 @@
4 | #include "Minuit/MnUserCovariance.h"
5 |
6 | #include
7 | +#include
8 |
9 | class MnParStr {
10 |
11 |
--------------------------------------------------------------------------------
/var/spack/repos/builtin/packages/phist/sbang.patch:
--------------------------------------------------------------------------------
1 | diff --git a/fortran_bindings/cfwrapper.py.in b/fortran_bindings/cfwrapper.py.in
2 | index 6eb9051..874ce48 100755
3 | --- a/fortran_bindings/cfwrapper.py.in
4 | +++ b/fortran_bindings/cfwrapper.py.in
5 | @@ -1,3 +1,4 @@
6 | +#!/bin/bash $ENV{SPACK_SBANG}
7 | #!${PYTHON_EXECUTABLE}
8 | # -*- coding: utf-8 -*-
9 |
--------------------------------------------------------------------------------
/.github/workflows/generate_spack_yaml_containerize.sh:
--------------------------------------------------------------------------------
1 | #!/bin/bash
2 | (echo "spack:" \
3 | && echo " specs: []" \
4 | && echo " container:" \
5 | && echo " format: docker" \
6 | && echo " images:" \
7 | && echo " os: \"${SPACK_YAML_OS}\"" \
8 | && echo " spack:" \
9 | && echo " ref: ${GITHUB_REF}") > spack.yaml
10 |
--------------------------------------------------------------------------------
/lib/spack/spack/test/data/sourceme_first.sh:
--------------------------------------------------------------------------------
1 | #!/usr/bin/env bash
2 | #
3 | # Copyright 2013-2024 Lawrence Livermore National Security, LLC and other
4 | # Spack Project Developers. See the top-level COPYRIGHT file for details.
5 | #
6 | # SPDX-License-Identifier: (Apache-2.0 OR MIT)
7 |
8 |
9 |
10 | export NEW_VAR='new'
11 | export UNSET_ME='overridden'
12 |
--------------------------------------------------------------------------------
/var/spack/repos/builtin/packages/faodel/array.patch:
--------------------------------------------------------------------------------
1 | diff --git a/src/common/Configuration.cpp b/src/common/Configuration.cpp
2 | index f844488..70186cc 100644
3 | --- a/src/common/Configuration.cpp
4 | +++ b/src/common/Configuration.cpp
5 | @@ -1,4 +1,5 @@
6 |
7 | +#include
8 | #include
9 | #include