diff --git a/pisi-index.xml b/pisi-index.xml index e6c9e28394..de21024bbf 100644 --- a/pisi-index.xml +++ b/pisi-index.xml @@ -54253,6 +54253,63 @@ to create header files and sources from protocol files. + + + iml + https://cs.uwaterloo.ca/~astorjoh/iml.html + + Blue Devil + bluedevil@sctzine.com + + GPLv2+ + library + science.misc + IML - Integer Matrix Library. + Tamsayı matris algoritmaları C kitaplığı. + IML is a free library of C source code which implements algorithms for computing exact solutions to dense systems of linear equations over the integers. + iml, tamsayı matris algoritmaları C kitaplığı sunar. + http://www.cs.uwaterloo.ca/~astorjoh/iml-1.0.5.tar.bz2 + + gmp-devel + cblas-devel + + science/misc/iml/pspec.xml + + + iml + IML - Integer Matrix Library. + + gmp + cblas + + + /usr/share + /usr/lib + /usr/share/doc/iml + + + + iml-devel + Development files for iml + iml için geliştirme dosyaları + iml-devel, iml için geliştirme dosyalarını içerir. + + iml + + + /usr/include + + + + + 2020-05-20 + 1.0.5 + First pisi release. + Blue Devil + bluedevil@sctzine.com + + + ilmbase @@ -69814,42 +69871,42 @@ cleaner, which will allow to add new features in the future. as-is BSD library - multimedia.misc + app:console + multimedia.mısc Une librairie rapide pour créer des graphiques en images. A fast library for creating graphic images Hızlı bir şekilde resim oluşturmak için bir kütüphane The gd graphics library allows your code to quickly draw images complete with lines, arcs, text, multiple colors, cut and paste from other images, and flood fills, and to write out the result as a PNG or JPEG file. This is particularly useful in Web applications, where PNG and JPEG are two of the formats accepted for inline images by most browsers. Note that gd is not a paint program. - https://github.com/libgd/libgd/releases/download/gd-2.2.5/libgd-2.2.5.tar.xz + GD çizge kitaplığı, hızlıca çizgiler, yaylar, metinler ve çeşitli renkler ile resimler yaratmanızı sağlarken, diğer resimler üzerinde kopyala-yapıştır yapmanıza olanak tanır ve sonuçlarınızı PNG veya JPEG olarak kaydetmenizi sağlar. + https://github.com/libgd/libgd/archive/gd-2.3.0.tar.gz - fontconfig-devel + tiff-devel webp-devel zlib-devel - freetype-devel libpng-devel - libjpeg-turbo-devel - tiff-devel libvpx-devel + freetype-devel + fontconfig-devel + libjpeg-turbo-devel - - gd-2.1.0-multilib.patch - multimedia/misc/gd/pspec.xml gd + A fast library for creating graphic images - fontconfig webp tiff - libvpx - libjpeg-turbo zlib - freetype libpng + libvpx + freetype + fontconfig + libjpeg-turbo - /usr/bin /usr/lib + /usr/bin /usr/share/doc/gd @@ -69857,8 +69914,9 @@ cleaner, which will allow to add new features in the future. gd-devel Development files for gd gd için geliştirme dosyaları + gd-devel, gd için geliştirme dosyalarını içerir. - gd + gd /usr/include @@ -69868,13 +69926,24 @@ cleaner, which will allow to add new features in the future. gd-docs - Documents for gd + Documentation files for gd gd için geliştirme belgeleri + gd-docs, gd için belgelendirme dosyalarını içerir. + + gd + /usr/share/doc/gd/html + + 2020-05-20 + 2.3.0 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + 2020-01-19 2.2.5 diff --git a/pisi-index.xml.sha1sum b/pisi-index.xml.sha1sum index 680b96144f..a72f29e0cc 100644 --- a/pisi-index.xml.sha1sum +++ b/pisi-index.xml.sha1sum @@ -1 +1 @@ -f913989449ebe157efafd32826ac5bb789d8aea5 \ No newline at end of file +db52697849e83260f2f224d89078a6d84d7281de \ No newline at end of file diff --git a/pisi-index.xml.xz b/pisi-index.xml.xz index 0166938ac1..62a9a8a5b5 100644 Binary files a/pisi-index.xml.xz and b/pisi-index.xml.xz differ diff --git a/pisi-index.xml.xz.sha1sum b/pisi-index.xml.xz.sha1sum index 3ab86b6cd8..8b6cfdb100 100644 --- a/pisi-index.xml.xz.sha1sum +++ b/pisi-index.xml.xz.sha1sum @@ -1 +1 @@ -950a987ce4d8c2bbeef8ea69f1969c38e511286d \ No newline at end of file +6a780f0c452d0ccd62a69281d5edd671f11ea9c9 \ No newline at end of file diff --git a/science/misc/iml/actions.py b/science/misc/iml/actions.py new file mode 100644 index 0000000000..58416d7abc --- /dev/null +++ b/science/misc/iml/actions.py @@ -0,0 +1,24 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/licenses/gpl.txt + +from pisi.actionsapi import get +from pisi.actionsapi import autotools +from pisi.actionsapi import pisitools + +def setup(): + # suppress compiler warnings + pisitools.cflags.add("-Wno-unused-result") + autotools.configure("--enable-shared --with-cblas=-lcblas") + + # fix unused direct dependency analysis + pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ") + +def build(): + autotools.make() + +def install(): + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + pisitools.dodoc("COPYING", "README*") \ No newline at end of file diff --git a/science/misc/iml/pspec.xml b/science/misc/iml/pspec.xml new file mode 100644 index 0000000000..5277f3011e --- /dev/null +++ b/science/misc/iml/pspec.xml @@ -0,0 +1,57 @@ + + + + + iml + https://cs.uwaterloo.ca/~astorjoh/iml.html + + Blue Devil + bluedevil@sctzine.com + + science.misc + GPLv2+ + library + IML - Integer Matrix Library. + IML is a free library of C source code which implements algorithms for computing exact solutions to dense systems of linear equations over the integers. + http://www.cs.uwaterloo.ca/~astorjoh/iml-1.0.5.tar.bz2 + + gmp-devel + cblas-devel + + + + + iml + IML - Integer Matrix Library. + + gmp + cblas + + + /usr/share + /usr/lib + /usr/share/doc/iml + + + + + iml-devel + Development files for iml + + iml + + + /usr/include + + + + + + 2020-05-20 + 1.0.5 + First pisi release. + Blue Devil + bluedevil@sctzine.com + + + \ No newline at end of file diff --git a/science/misc/iml/translations.xml b/science/misc/iml/translations.xml new file mode 100644 index 0000000000..c496b76fd1 --- /dev/null +++ b/science/misc/iml/translations.xml @@ -0,0 +1,14 @@ + + + + iml + Tamsayı matris algoritmaları C kitaplığı. + iml, tamsayı matris algoritmaları C kitaplığı sunar. + + + + iml-devel + iml için geliştirme dosyaları + iml-devel, iml için geliştirme dosyalarını içerir. + + \ No newline at end of file