Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions easybuild/easyconfigs/d/DB/DB-18.1.40-GCCcore-10.2.0.eb
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,9 @@ description = """Berkeley DB enables the development of custom data management

toolchain = {'name': 'GCCcore', 'version': '10.2.0'}

# use Homebrew source mirror to allow auto-downloading source tarball
# (Oracle website - https://www.oracle.com/technetwork/products/berkeleydb/downloads/ - requires reigstration)
source_urls = ['https://bintray.com/homebrew/mirror/download_file?file_path=']
sources = [{'download_filename': 'berkeley-db-%(version)s.tar.gz', 'filename': SOURCELOWER_TAR_GZ}]
# use http to allow auto-downloading...
source_urls = ['http://download.oracle.com/berkeley-db/']
sources = [SOURCELOWER_TAR_GZ]
patches = ['%(name)s-%(version)s_fix_doc_install.patch']
checksums = [
'0cecb2ef0c67b166de93732769abdeba0555086d51de1090df325e18ee8da9c8', # db-18.1.40.tar.gz
Expand Down
7 changes: 3 additions & 4 deletions easybuild/easyconfigs/d/DB/DB-18.1.40-GCCcore-10.3.0.eb
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,9 @@ description = """Berkeley DB enables the development of custom data management

toolchain = {'name': 'GCCcore', 'version': '10.3.0'}

# use Homebrew source mirror to allow auto-downloading source tarball
# (Oracle website - https://www.oracle.com/technetwork/products/berkeleydb/downloads/ - requires reigstration)
source_urls = ['https://bintray.com/homebrew/mirror/download_file?file_path=']
sources = [{'download_filename': 'berkeley-db-%(version)s.tar.gz', 'filename': SOURCELOWER_TAR_GZ}]
# use http to allow auto-downloading...
source_urls = ['http://download.oracle.com/berkeley-db/']
sources = [SOURCELOWER_TAR_GZ]
patches = ['%(name)s-%(version)s_fix_doc_install.patch']
checksums = [
'0cecb2ef0c67b166de93732769abdeba0555086d51de1090df325e18ee8da9c8', # db-18.1.40.tar.gz
Expand Down