Merge pull request #3162 from alihanozturk/master

ode:rebuild ode:update ode:fix actions ode:fix
This commit is contained in:
Alihan Öztürk
2017-03-09 20:16:20 +02:00
committed by GitHub
2 changed files with 21 additions and 12 deletions
+6 -11
View File
@@ -6,20 +6,15 @@
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
from pisi.actionsapi import get
def setup():
pisitools.flags.add("-fomit-frame-pointer", "-ffast-math")
autotools.configure("--disable-static \
--enable-shared \
--enable-demos \
--with-trimesh=opcode \
--enable-new-trimesh \
--with-drawstuff=X11 \
#pisitools.flags.add("-fomit-frame-pointer", "-ffast-math")
shelltools.system("./bootstrap")
autotools.configure("--enable-shared \
--enable-libccd \
--enable-double-precision \
--disable-dependency-tracking")
--enable-double-precision")
def build():
autotools.make()
@@ -27,4 +22,4 @@ def build():
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("CHANGELOG.txt", "README.txt")
pisitools.dodoc("CHANGELOG.txt", "README*", "COPYING")
+15 -1
View File
@@ -13,7 +13,7 @@
<IsA>library</IsA>
<Summary>High performance library for simulating rigid body dynamics</Summary>
<Description>ode is an open source, high performance library for simulating rigid body dynamics. It is fully featured, stable, mature and platform independent with an easy to use C/C++ API.</Description>
<Archive sha1sum="0279d58cc390ff5cc048f2baf96cff23887f3838" type="tarbz2">mirrors://sourceforge/opende/ode-0.13.tar.bz2</Archive>
<Archive sha1sum="64bc72cf9ebad6b4fb09a2d13784016620f06651" type="targz">https://bitbucket.org/odedevs/ode/downloads/ode-0.14.tar.gz</Archive>
<BuildDependencies>
</BuildDependencies>
<Patches>
@@ -44,6 +44,20 @@
</Package>
<History>
<Update release="3">
<Date>2017-03-09</Date>
<Version>0.14</Version>
<Comment>Update.</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2017-03-09</Date>
<Version>0.13</Version>
<Comment>Rebuild for new toolchain.</Comment>
<Name>Stefan Gronewold (groni)</Name>
<Email>groni@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2015-10-26</Date>
<Version>0.13</Version>