From 65452f739e090274d33c4d21d9c6b0b3a300a1e9 Mon Sep 17 00:00:00 2001 From: Isuru Fernando Date: Sun, 13 Oct 2019 20:06:44 -0500 Subject: [PATCH] Fix LDFLAGS --- recipe/build.sh | 1 - recipe/conda_build_config.yaml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/recipe/build.sh b/recipe/build.sh index e8d0875..8fdf951 100644 --- a/recipe/build.sh +++ b/recipe/build.sh @@ -13,7 +13,6 @@ find . -name "*activate*.sh" -exec sed -i.bak "s|@DEBUG_CFLAGS@|${FINAL_DEBUG_CF find . -name "*activate*.sh" -exec sed -i.bak "s|@CXXFLAGS@|${FINAL_CXXFLAGS}|g" "{}" \; find . -name "*activate*.sh" -exec sed -i.bak "s|@DEBUG_CXXFLAGS@|${FINAL_DEBUG_CXXFLAGS}|g" "{}" \; find . -name "*activate*.sh" -exec sed -i.bak "s|@FFLAGS@|${FINAL_FFLAGS}|g" "{}" \; -find . -name "*activate*.sh" -exec sed -i.bak "s|@LDFLAGS@|${LDFLAGS}|g" "{}" \; find . -name "*activate*.sh" -exec sed -i.bak "s|@DEBUG_FFLAGS@|${FINAL_DEBUG_FFLAGS}|g" "{}" \; find . -name "*activate*.sh" -exec sed -i.bak "s|@LDFLAGS@|${FINAL_LDFLAGS}|g" "{}" \; find . -name "*activate*.sh" -exec sed -i.bak "s|@_CONDA_PYTHON_SYSCONFIGDATA_NAME@|${FINAL_CONDA_PYTHON_SYSCONFIGDATA_NAME}|g" "{}" \; diff --git a/recipe/conda_build_config.yaml b/recipe/conda_build_config.yaml index 895574f..c9be711 100644 --- a/recipe/conda_build_config.yaml +++ b/recipe/conda_build_config.yaml @@ -6,7 +6,7 @@ ctng_binutils: - 2.31.1 # [linux64 or linux32 or ppc64le] - 2.29.1 # [aarch64] ctng_gcc_activation_build_num: - - 11 + - 12 ctng_target_platform: - linux-64 # [linux64] - linux-32 # [linux32]