GBC & OpenBL

PPA description

The Packages can be downloaded: http://www.tiszaioliver.hu/index.php/munkak/deb-fajlok-letoeltese

gbc-0.0.1-1-amd64.deb
(first release, unstable)

gbc-0.0.1-1-ia64.deb
(first release, unstable, i unable to test this one [#1])

libopenbl-dev-0.0.1-1-amd64.deb
(first release, experimental, unstable)

libopenbl-dev-0.0.1-1-iad64.deb
(first release, experimental, unstable, i unable to test this one)

I do my packaging as DEBIAN rules but some flaws are not fixed yet sorry (tested all the package with lintian). The flaws are:

Error:
E: gbc: binary-from-other-architecture [ia64] (my arch is amd64)

Warnings:
W: gbc: program-not-linked-against-libc [amd64]
W: gbc: program-not-linked-against-libc [ia64]
W: libopenbl-dev: shared-lib-without-dependency-information [amd64]
W: libopenbl-dev: shlib-without-versioned-soname [amd64]
W: libopenbl-dev: shared-lib-without-dependency-information [ia64]
W: libopenbl-dev: shlib-without-versioned-soname [ia64]

Warning: program-not-linked-against-libc
-definitely not

error: binary-from-other-architecture
-in general this is not a error, because package against ia64 (my machine is amd64)

warning: shared-lib-without-dependency-information
-not dependent

warning: shlib-without-versioned-soname
-the version string can be obtained by BlDllVers

Summary : Returns with the library version number. Calling=cdecl
Declaration : Function BlDllVers : Pchar;
Description : Returns the version number in BlDllVers.
Errors : None.

----------------------------------------------------------------------------

header file: not yet translated to c (mono or ++) but a simple copy/paste do the job, (with some translating XD) from the unit file (openblRTL.pas).

unit file: some flaws, but working.
flaws are: not all functions listed like (BlDllFuncList)

BlDllFuncList
Summary : Returns with the library functions. Calling=cdecl
Declaration : Function BlDllFuncList : Pchar;
Description : Returns the version number in BlDllFuncList.
Errors : None.

----------------------------------------------------------------------------
My Library Rules:

-The library structure separated into sections (Tiers) like: Core, TierNull (I implement now the TierTwo). Each sections has his own structure.

-The behavior of a function newer changes so it always meets its original specification

-Exported data items newer change

-An exported function newer removed.

-The interface of an exported function not changes (#1)

Adding this PPA to your system

This PPA does not contain any packages yet. Find more information about how to upload packages in the PPA help page.

PPA statistics

Activity
0 updates added during the past month.

Latest updates

GBC & OpenBL has no updates.