From 01da98598ea033b9ec264f56c4481081d404544c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bob=20Dr=C3=B6ge?= Date: Fri, 5 Jul 2024 22:24:01 +0200 Subject: [PATCH] add -DENABLE_PIC=ON to configopts --- easybuild/easyconfigs/x/x265/x265-3.5-GCCcore-11.2.0.eb | 2 +- easybuild/easyconfigs/x/x265/x265-3.5-GCCcore-11.3.0.eb | 2 +- easybuild/easyconfigs/x/x265/x265-3.5-GCCcore-12.2.0.eb | 2 +- easybuild/easyconfigs/x/x265/x265-3.5-GCCcore-12.3.0.eb | 2 +- easybuild/easyconfigs/x/x265/x265-3.5-GCCcore-13.2.0.eb | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/easybuild/easyconfigs/x/x265/x265-3.5-GCCcore-11.2.0.eb b/easybuild/easyconfigs/x/x265/x265-3.5-GCCcore-11.2.0.eb index 0732a992f17..e053931ce57 100644 --- a/easybuild/easyconfigs/x/x265/x265-3.5-GCCcore-11.2.0.eb +++ b/easybuild/easyconfigs/x/x265/x265-3.5-GCCcore-11.2.0.eb @@ -25,7 +25,7 @@ builddependencies = [ start_dir = 'source' -configopts = '-DGIT_ARCHETYPE=1' +configopts = '-DGIT_ARCHETYPE=1 -DENABLE_PIC=ON' sanity_check_paths = { 'files': ['bin/x265', 'include/x265_config.h', 'include/x265.h', 'lib/libx265.a', 'lib/libx265.%s' % SHLIB_EXT], diff --git a/easybuild/easyconfigs/x/x265/x265-3.5-GCCcore-11.3.0.eb b/easybuild/easyconfigs/x/x265/x265-3.5-GCCcore-11.3.0.eb index 281db53772b..1544a97d4b6 100644 --- a/easybuild/easyconfigs/x/x265/x265-3.5-GCCcore-11.3.0.eb +++ b/easybuild/easyconfigs/x/x265/x265-3.5-GCCcore-11.3.0.eb @@ -22,7 +22,7 @@ builddependencies = [ ('Yasm', '1.3.0'), ] -configopts = '-DGIT_ARCHETYPE=1' +configopts = '-DGIT_ARCHETYPE=1 -DENABLE_PIC=ON' start_dir = 'source' diff --git a/easybuild/easyconfigs/x/x265/x265-3.5-GCCcore-12.2.0.eb b/easybuild/easyconfigs/x/x265/x265-3.5-GCCcore-12.2.0.eb index 27b2b066296..d31e45da477 100644 --- a/easybuild/easyconfigs/x/x265/x265-3.5-GCCcore-12.2.0.eb +++ b/easybuild/easyconfigs/x/x265/x265-3.5-GCCcore-12.2.0.eb @@ -22,7 +22,7 @@ builddependencies = [ ('Yasm', '1.3.0'), ] -configopts = '-DGIT_ARCHETYPE=1' +configopts = '-DGIT_ARCHETYPE=1 -DENABLE_PIC=ON' start_dir = 'source' diff --git a/easybuild/easyconfigs/x/x265/x265-3.5-GCCcore-12.3.0.eb b/easybuild/easyconfigs/x/x265/x265-3.5-GCCcore-12.3.0.eb index 4c754f3021d..4bd77d7f07e 100644 --- a/easybuild/easyconfigs/x/x265/x265-3.5-GCCcore-12.3.0.eb +++ b/easybuild/easyconfigs/x/x265/x265-3.5-GCCcore-12.3.0.eb @@ -22,7 +22,7 @@ builddependencies = [ ('Yasm', '1.3.0'), ] -configopts = '-DGIT_ARCHETYPE=1' +configopts = '-DGIT_ARCHETYPE=1 -DENABLE_PIC=ON' start_dir = 'source' diff --git a/easybuild/easyconfigs/x/x265/x265-3.5-GCCcore-13.2.0.eb b/easybuild/easyconfigs/x/x265/x265-3.5-GCCcore-13.2.0.eb index d1bca35c8d7..1466e0c5f3c 100644 --- a/easybuild/easyconfigs/x/x265/x265-3.5-GCCcore-13.2.0.eb +++ b/easybuild/easyconfigs/x/x265/x265-3.5-GCCcore-13.2.0.eb @@ -22,7 +22,7 @@ builddependencies = [ ('Yasm', '1.3.0'), ] -configopts = '-DGIT_ARCHETYPE=1' +configopts = '-DGIT_ARCHETYPE=1 -DENABLE_PIC=ON' start_dir = 'source'