Skip to content

{bio}[foss/2016b] ARAGORN 1.2.38#6138

Merged
verdurin merged 1 commit intoeasybuilders:developfrom
pescobar:aragorn
Apr 20, 2018
Merged

{bio}[foss/2016b] ARAGORN 1.2.38#6138
verdurin merged 1 commit intoeasybuilders:developfrom
pescobar:aragorn

Conversation

@pescobar
Copy link
Copy Markdown
Member

No description provided.

@verdurin
Copy link
Copy Markdown
Member

Test report by @verdurin
SUCCESS
Build succeeded for 1 out of 1 (1 easyconfigs in this PR)
easybuild.novalocal - Linux centos linux 7.4.1708, Intel Xeon E312xx (Sandy Bridge), Python 2.7.5
See https://gist.github.com/ee2f424b6830827f3e94be3f3eee9b9d for a full test report.


cmds_map = [
(".*", "$CC $CFLAG -O3 -ffast-math -finline-functions -o aragorn aragorn%(version)s.c")
]
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@pescobar Could you explain why this is needed?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@verdurin the tarball only includes a .c file and a man page file. I followed the build instructions from their website
http://mbio-serv2.mbioekol.lu.se/ARAGORN/Downloads/

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@pescobar Thanks.

Copy link
Copy Markdown
Member

@verdurin verdurin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks fine.

@verdurin verdurin added this to the 3.6.0 milestone Apr 20, 2018
@verdurin verdurin added the new label Apr 20, 2018
@verdurin
Copy link
Copy Markdown
Member

Going in, thanks @pescobar!

@verdurin verdurin merged commit 72af85c into easybuilders:develop Apr 20, 2018
checksums = ['4b84e3397755fb22cc931c0e7b9d50eaba2a680df854d7a35db46a13cecb2126']

cmds_map = [
(".*", "$CC $CFLAG -O3 -ffast-math -finline-functions -o aragorn aragorn%(version)s.c")
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@pescobar This should be using $CC $CFLAGS -o aragorn aragorn%(version)s.c imho...

I.e. don't hardcode -O3 or other options related to code performance, and use $CFLAGS (not $CFLAG)

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@pescobar fixed in #6219

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants