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
d5402147
Commit
d5402147
authored
5 years ago
by
Hironori-Yamaji
Committed by
Peter Scheibel
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
bib2xhtml: replace version and change the download url (#11837)
The old version was no longer available for download
parent
46c15132
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/bib2xhtml/package.py
+2
-2
2 additions, 2 deletions
var/spack/repos/builtin/packages/bib2xhtml/package.py
with
2 additions
and
2 deletions
var/spack/repos/builtin/packages/bib2xhtml/package.py
+
2
−
2
View file @
d5402147
...
...
@@ -10,9 +10,9 @@
class
Bib2xhtml
(
Package
):
"""
bib2xhtml is a program that converts BibTeX files into HTML.
"""
homepage
=
"
http://www.spinellis.gr/sw/textproc/bib2xhtml/
"
url
=
'
http://www.spinellis.gr/sw/textproc/bib2xhtml/bib2xhtml-v3.0-
15-gf506
.tar.gz
'
url
=
'
http
s
://www.spinellis.gr/sw/textproc/bib2xhtml/bib2xhtml-v3.0-
79-ge935
.tar.gz
'
version
(
'
3.0-
15-gf506
'
,
'
a26ba02fe0053bbbf2277bdf0acf8645
'
)
version
(
'
3.0-
79-ge935
'
,
sha256
=
'
4a2d2d89dd2f3fed1c735055b806809b5cc1cde32dee1aa5987097ec5bf2181f
'
)
def
install
(
self
,
spec
,
prefix
):
# Add the bst include files to the install directory
...
...
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