-
Notifications
You must be signed in to change notification settings - Fork 763
add missing DB dependency to easyconfig for Perl 5.32.0 #11452
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
boegel
merged 5 commits into
easybuilders:develop
from
branfosj:20201009105625_new_pr_Perl5320
Oct 11, 2020
Merged
Changes from 4 commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
0ea4ef5
Add new DB for GCCcore 10.2.0 and Perl: DB_File requires DB as a dep
branfosj acfcca7
checksums
branfosj 87d7f24
patch out installation attempt of missing docs
branfosj cce6659
checksums
branfosj d62b2a3
Switch to homebrew mirror for DB source
branfosj File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,33 @@ | ||
| # EasyBuild easyconfig | ||
| name = 'DB' | ||
| version = '18.1.40' | ||
|
|
||
| homepage = 'https://www.oracle.com/technetwork/products/berkeleydb' | ||
|
|
||
| description = """Berkeley DB enables the development of custom data management | ||
| solutions, without the overhead traditionally associated with such custom | ||
| projects.""" | ||
|
|
||
| toolchain = {'name': 'GCCcore', 'version': '10.2.0'} | ||
|
|
||
| # download via | ||
| # https://www.oracle.com/technetwork/products/berkeleydb/downloads/, | ||
| # requires registration | ||
| sources = [SOURCELOWER_TAR_GZ] | ||
| patches = ['%(name)s-%(version)s_fix_doc_install.patch'] | ||
| checksums = [ | ||
| '0cecb2ef0c67b166de93732769abdeba0555086d51de1090df325e18ee8da9c8', # db-18.1.40.tar.gz | ||
| '441f48568156f72f02a8662998d293cc7edad687604b4f8af722f21c6db2a52d', # DB-18.1.40_fix_doc_install.patch | ||
| ] | ||
|
|
||
| builddependencies = [('binutils', '2.35')] | ||
|
|
||
| sanity_check_paths = { | ||
| 'files': ['bin/db_%s' % x for x in ['archive', 'checkpoint', 'convert', 'deadlock', 'dump', 'hotbackup', | ||
| 'load', 'log_verify', 'printlog', 'recover', 'replicate', 'stat', | ||
| 'tuner', 'upgrade', 'verify']] + | ||
| ['include/db.h', 'lib/libdb.a', 'lib/libdb.%s' % SHLIB_EXT], | ||
| 'dirs': [], | ||
| } | ||
|
|
||
| moduleclass = 'tools' | ||
16 changes: 16 additions & 0 deletions
16
easybuild/easyconfigs/d/DB/DB-18.1.40_fix_doc_install.patch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,16 @@ | ||
| Neither bdb-sql nor gsg_db_server documentation is in db-18.1.40.tar.gz | ||
| so remove them from the installation | ||
| Patch by Simon Branford, University of Birmingham | ||
| --- dist/Makefile.in.orig 2020-10-09 14:38:54.261041000 +0100 | ||
| +++ dist/Makefile.in 2020-10-09 14:39:21.587980661 +0100 | ||
| @@ -1299,8 +1299,8 @@ | ||
|
|
||
| # We install csharp docs even on UNIX so we don't have a | ||
| # broken link on the landing page. | ||
| -DOCLIST=api_reference articles bdb-sql collections csharp gsg \ | ||
| - gsg_db_rep gsg_db_server gsg_txn index.html installation \ | ||
| +DOCLIST=api_reference articles collections csharp gsg \ | ||
| + gsg_db_rep gsg_txn index.html installation \ | ||
| java license porting programmer_reference upgrading | ||
|
|
||
| install_docs: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.