-
Notifications
You must be signed in to change notification settings - Fork 100
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains 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
Binary file not shown.
This file contains 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 |
---|---|---|
|
@@ -38,7 +38,7 @@ Copyright 2007, 2008 Daniel Zerbino ([email protected]) | |
|
||
#define VERSION_NUMBER 1 | ||
#define RELEASE_NUMBER 2 | ||
#define UPDATE_NUMBER 9 | ||
#define UPDATE_NUMBER 10 | ||
|
||
#define MAXLINE 5000 | ||
|
||
|
d799631
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi,
the tarball you publish as 1.2.10 does not have this update, therefor the following happens when we install it with easybuild:
The command that installed that has been: (notice how nicely EasyBuild does the job)
I suggest refreshing the tarball or, simply push out a new version, eventually.
d799631
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, I updated the tarball on the EBI servers.
d799631
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK, but:
the file you now provide is actually a zipfile, despite having a tgz suffix; otherwise it worked:
(look for the line which has a #### WOW ####)
d799631
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
d799631
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok, now it's all fixed.