Skip to content

Commit c800880

Browse files
authored
Merge pull request #21035 from branfosj/20240723155025_new_pr_bzip2108
remove ignored `toolchainopts` from `SYSTEM` toolchain easyconfigs
2 parents e2b1af1 + 7675276 commit c800880

14 files changed

Lines changed: 0 additions & 14 deletions

File tree

easybuild/easyconfigs/b/bzip2/bzip2-1.0.8.eb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ description = """
1010
"""
1111

1212
toolchain = SYSTEM
13-
toolchainopts = {'pic': True}
1413

1514
source_urls = ['https://sourceware.org/pub/%(name)s/']
1615
sources = [SOURCE_TAR_GZ]

easybuild/easyconfigs/f/flex/flex-2.6.4.eb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ description = """
1010
"""
1111

1212
toolchain = SYSTEM
13-
toolchainopts = {'pic': True}
1413

1514
source_urls = ['https://github.com/westes/flex/releases/download/v%(version)s/']
1615
sources = [SOURCELOWER_TAR_GZ]

easybuild/easyconfigs/l/libevent/libevent-2.1.12.eb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ description = """
1212
"""
1313

1414
toolchain = SYSTEM
15-
toolchainopts = {'pic': True}
1615

1716
source_urls = ['https://github.com/%(name)s/%(name)s/releases/download/release-%(version)s-stable/']
1817
sources = ['%(name)s-%(version)s-stable.tar.gz']

easybuild/easyconfigs/l/libffi/libffi-3.2.1.eb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ description = """
1212
"""
1313

1414
toolchain = SYSTEM
15-
toolchainopts = {'pic': True}
1615

1716
source_urls = [
1817
'ftp://sourceware.org/pub/libffi/',

easybuild/easyconfigs/l/libreadline/libreadline-8.0.eb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ description = """
1515
"""
1616

1717
toolchain = SYSTEM
18-
toolchainopts = {'pic': True}
1918

2019
source_urls = ['http://ftp.gnu.org/gnu/readline']
2120
sources = ['readline-%(version)s.tar.gz']

easybuild/easyconfigs/n/ncurses/ncurses-5.9.eb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ description = """The Ncurses (new curses) library is a free software emulation o
99
function-key mapping, and has all the other SYSV-curses enhancements over BSD Curses."""
1010

1111
toolchain = SYSTEM
12-
toolchainopts = {'optarch': True, 'pic': True}
1312

1413
source_urls = [GNU_SOURCE]
1514
sources = [SOURCE_TAR_GZ]

easybuild/easyconfigs/o/OpenSSL/OpenSSL-1.0.eb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ description = """The OpenSSL Project is a collaborative effort to develop a robu
99
protocols as well as a full-strength general purpose cryptography library. """
1010

1111
toolchain = SYSTEM
12-
toolchainopts = {'pic': True}
1312

1413
osdependencies = ['perl']
1514

easybuild/easyconfigs/o/OpenSSL/OpenSSL-1.1.eb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ description = """The OpenSSL Project is a collaborative effort to develop a robu
1010
protocols as well as a full-strength general purpose cryptography library. """
1111

1212
toolchain = SYSTEM
13-
toolchainopts = {'pic': True}
1413

1514
osdependencies = ['perl']
1615

easybuild/easyconfigs/o/OpenSSL/OpenSSL-3.eb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ description = """The OpenSSL Project is a collaborative effort to develop a robu
1010
protocols as well as a full-strength general purpose cryptography library. """
1111

1212
toolchain = SYSTEM
13-
toolchainopts = {'pic': True}
1413

1514
builddependencies = [
1615
('pkgconf', '1.8.0'),

easybuild/easyconfigs/p/Perl/Perl-5.38.0.eb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ Includes a small selection of extra CPAN packages for core functionality.
88
"""
99

1010
toolchain = SYSTEM
11-
toolchainopts = {'pic': True}
1211

1312
source_urls = ['https://www.cpan.org/src/%(version_major)s.0']
1413
sources = [SOURCELOWER_TAR_GZ]

0 commit comments

Comments
 (0)