Permalink
Browse files
py-pytorch: remove reference to clang38
- Loading branch information
Showing
with
2 additions
and
5 deletions.
-
+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 \ |
|
|
|