Skip to content

Commit

Permalink
raxml: respect MacPorts settings & Xcode workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusCalhoun-Lopez authored and cjones051073 committed May 20, 2020
1 parent 469daed commit 23acba4
Show file tree
Hide file tree
Showing 3 changed files with 385 additions and 123 deletions.
8 changes: 5 additions & 3 deletions science/raxml/Portfile
Expand Up @@ -3,9 +3,11 @@
PortSystem 1.0 PortSystem 1.0
PortGroup github 1.0 PortGroup github 1.0
PortGroup mpi 1.0 PortGroup mpi 1.0
PortGroup xcode_workaround 1.0
PortGroup makefile 1.0


github.setup stamatak standard-RAxML 7.7.6 v github.setup stamatak standard-RAxML 7.7.6 v
revision 1 revision 2
checksums sha256 7562b307bc50e38162f104271793a1c8f98f866c2342bea21afe6df6a982fd82 \ checksums sha256 7562b307bc50e38162f104271793a1c8f98f866c2342bea21afe6df6a982fd82 \
rmd160 da76d6623515b7d8f78a69aaf4eec713508789af rmd160 da76d6623515b7d8f78a69aaf4eec713508789af
name raxml name raxml
Expand All @@ -22,7 +24,8 @@ platforms darwin
compilers.choose cc compilers.choose cc
mpi.setup mpi.setup


use_configure no # respect MacPorts settings
patchfiles-append patch-Makefiles.diff


#Strings used by the variant options #Strings used by the variant options
set HPCm "" set HPCm ""
Expand Down Expand Up @@ -94,7 +97,6 @@ if {${build_arch} eq "i386" || ${build_arch} eq "x86_64"} {
#Make sure we are using the correct Makefile for this variant combo #Make sure we are using the correct Makefile for this variant combo
pre-build { pre-build {
build.pre_args -f Makefile${EXTm}${HPCm}.gcc build.pre_args -f Makefile${EXTm}${HPCm}.gcc
build.args-append CC="${configure.cc}"
} }


#We only need the single raxml binary #We only need the single raxml binary
Expand Down
120 changes: 0 additions & 120 deletions science/raxml/files/Makefiles.patch

This file was deleted.

0 comments on commit 23acba4

Please sign in to comment.