Skip to content
Permalink
Browse files

py-pytorch: remove reference to clang38

  • Loading branch information
cjones051073 committed Apr 16, 2019
1 parent 65b0044 commit 0906f483d602c56d1431268448a73ed9b65aa3ab
Showing with 2 additions and 5 deletions.
  1. +2 −5 python/py-pytorch/Portfile
@@ -11,11 +11,8 @@ name py-pytorch
version 1.0.1
revision 1
github.setup pytorch pytorch ${version} v

fetch.type git
post-fetch {
system -W ${worksrcpath} "git submodule update --init"
}
post-fetch { system -W ${worksrcpath} "git submodule update --init" }

platforms darwin
supported_archs x86_64
@@ -34,7 +31,7 @@ python.versions 27 35 36 37

patch.pre_args -p1

mpi.setup -gcc44 -gcc45 -clang33 -clang34 -clang37 -clang38 -clang39 -clang40 -gfortran -g95
mpi.setup -gcc44 -gcc45 -clang33 -clang34 -clang37 -clang39 -clang40 -gfortran -g95

# Compiler selection
compiler.blacklist-append *gcc* {clang < 800} macports-clang-3.3 macports-clang-3.4 \

0 comments on commit 0906f48

Please sign in to comment.
You can’t perform that action at this time.