* rebuild
This commit is contained in:
@@ -13,9 +13,9 @@ from pisi.actionsapi import pisitools
|
||||
|
||||
def setup():
|
||||
|
||||
shelltools.export("CC", "clang")
|
||||
shelltools.export("CXX", "clang++")
|
||||
pisitools.ldflags.add("-fuse-ld=lld -rtlib=compiler-rt -stdlib=libc++")
|
||||
#shelltools.export("CC", "clang")
|
||||
#shelltools.export("CXX", "clang++")
|
||||
#pisitools.ldflags.add("-fuse-ld=lld -rtlib=compiler-rt -stdlib=libc++")
|
||||
|
||||
options = "-DCMAKE_BUILD_TYPE=Release \
|
||||
-DLIBOMP_ENABLE_ASSERTIONS=ON \
|
||||
|
||||
@@ -12,15 +12,16 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>LLVM OpenMP runtime library</Summary>
|
||||
<Description>openmp provides runtime for OpenMP by LLVM</Description>
|
||||
<Archive sha1sum="f661145e8cb6abab94e4d0e3a8efd37d7c56b463" type="tarxz">https://github.com/llvm/llvm-project/releases/download/llvmorg-10.0.0/openmp-10.0.0.src.tar.xz</Archive>
|
||||
<Archive sha1sum="fb5502f1cd73bd5c5fdf2544b263fdb2a00791d9" type="tarxz">https://github.com/llvm/llvm-project/releases/download/llvmorg-11.0.0/openmp-11.0.0.src.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>llvm</Dependency>
|
||||
<!--Dependency>llvm</Dependency>
|
||||
<Dependency>llvm-libs</Dependency>
|
||||
<Dependency>llvm-clang</Dependency>
|
||||
<Dependency>lld</Dependency>
|
||||
<Dependency>lld</Dependency-->
|
||||
<Dependency>cmake</Dependency>
|
||||
<Dependency>libcxx-devel</Dependency>
|
||||
<!-- <Dependency>libcxx-devel</Dependency> -->
|
||||
<Dependency>libffi-devel</Dependency>
|
||||
<Dependency>elfutils-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -42,8 +43,10 @@
|
||||
<PartOf>emul32</PartOf>
|
||||
<BuildType>emul32</BuildType>
|
||||
<BuildDependencies>
|
||||
<Dependency>libcxx-32bit</Dependency>
|
||||
<Dependency>llvm-32bit</Dependency>
|
||||
<Dependency>libffi-32bit</Dependency>
|
||||
<Dependency>elfutils-32bit</Dependency>
|
||||
<!-- <Dependency>libcxx-32bit</Dependency> -->
|
||||
<!-- <Dependency>llvm-32bit</Dependency> -->
|
||||
</BuildDependencies>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">openmp</Dependency>
|
||||
@@ -69,12 +72,19 @@
|
||||
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2020-11-14</Date>
|
||||
<Version>11.0.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2020-03-28</Date>
|
||||
<Version>10.0.0</Version>
|
||||
<Version>10.0.0</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Idris Kalp</Name>
|
||||
<Email>idriskalp@gmail.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
|
||||
Reference in New Issue
Block a user