ode-1.15.2:ver.bump

This commit is contained in:
Rmys
2018-02-16 20:02:45 +03:00
parent 3294e8c0bc
commit b332a1757a
2 changed files with 15 additions and 2 deletions
+5 -1
View File
@@ -10,11 +10,15 @@ from pisi.actionsapi import shelltools
from pisi.actionsapi import get
def setup():
autotools.autoreconf("-vfi")
#pisitools.flags.add("-fomit-frame-pointer", "-ffast-math")
shelltools.system("./bootstrap")
#shelltools.system("./bootstrap")
autotools.configure("--enable-shared \
--enable-libccd \
--enable-double-precision")
pisitools.dosed("libtool", " -shared ", " -Wl,--as-needed -shared ")
def build():
autotools.make()
+10 -1
View File
@@ -13,8 +13,9 @@
<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="64bc72cf9ebad6b4fb09a2d13784016620f06651" type="targz">https://bitbucket.org/odedevs/ode/downloads/ode-0.14.tar.gz</Archive>
<Archive sha1sum="054f769a814d144fb020458548c08c96bc762da8" type="targz">https://bitbucket.org/odedevs/ode/downloads/ode-0.15.2.tar.gz</Archive>
<BuildDependencies>
<Dependency>libgcc</Dependency>
</BuildDependencies>
<Patches>
</Patches>
@@ -23,6 +24,7 @@
<Package>
<Name>ode</Name>
<RuntimeDependencies>
<Dependency>libgcc</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
@@ -44,6 +46,13 @@
</Package>
<History>
<Update release="4">
<Date>2018-02-16</Date>
<Version>0.15.2</Version>
<Comment>Version bump</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="3">
<Date>2017-03-09</Date>
<Version>0.14</Version>