Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Spack
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
eic_tools
Spack
Commits
f901947f
Unverified
Commit
f901947f
authored
4 years ago
by
darmac
Committed by
GitHub
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
bmake: fix compilation error and added v20200710 (#17956)
parent
2430ac5b
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
var/spack/repos/builtin/packages/bmake/package.py
+4
-0
4 additions, 0 deletions
var/spack/repos/builtin/packages/bmake/package.py
with
4 additions
and
0 deletions
var/spack/repos/builtin/packages/bmake/package.py
+
4
−
0
View file @
f901947f
...
@@ -12,6 +12,7 @@ class Bmake(Package):
...
@@ -12,6 +12,7 @@ class Bmake(Package):
homepage
=
"
http://www.crufty.net/help/sjg/bmake.htm
"
homepage
=
"
http://www.crufty.net/help/sjg/bmake.htm
"
url
=
"
http://www.crufty.net/ftp/pub/sjg/bmake-20180512.tar.gz
"
url
=
"
http://www.crufty.net/ftp/pub/sjg/bmake-20180512.tar.gz
"
version
(
'
20200710
'
,
sha256
=
'
6538fc4319ef79d178dca76d3b869f7aa93a9bb7b510df08a7d872c01a56b76c
'
)
version
(
'
20180512
'
,
sha256
=
'
ac3cd262065fcc20c1dec7c95f06306c8138b3e17025b949343a06a8980a5508
'
)
version
(
'
20180512
'
,
sha256
=
'
ac3cd262065fcc20c1dec7c95f06306c8138b3e17025b949343a06a8980a5508
'
)
version
(
'
20171207
'
,
sha256
=
'
1703667e53a0498c0903b20612ebcbb41b886a94b238624cfeadd91a4111d39a
'
)
version
(
'
20171207
'
,
sha256
=
'
1703667e53a0498c0903b20612ebcbb41b886a94b238624cfeadd91a4111d39a
'
)
...
@@ -20,6 +21,9 @@ class Bmake(Package):
...
@@ -20,6 +21,9 @@ class Bmake(Package):
def
patch
(
self
):
def
patch
(
self
):
# Do not pre-roff cat pages
# Do not pre-roff cat pages
filter_file
(
'
MANTARGET?
'
,
'
MANTARGET
'
,
'
mk/man.mk
'
,
string
=
True
)
filter_file
(
'
MANTARGET?
'
,
'
MANTARGET
'
,
'
mk/man.mk
'
,
string
=
True
)
# boot-strap hardcodes the directory it expects to be extracted to
filter_file
(
'
GetDir /bmake
'
,
'
GetDir
'
+
self
.
stage
.
source_path
,
'
boot-strap
'
,
string
=
True
)
def
configure
(
self
,
spec
,
prefix
):
def
configure
(
self
,
spec
,
prefix
):
sh
=
which
(
'
sh
'
)
sh
=
which
(
'
sh
'
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment