./wip/maloc, Minimal Abstraction Layer for Object-oriented C

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.5, Package name: maloc-1.5, Maintainer: jihbed.research

MALOC (Minimal Abstraction Layer for Object-oriented C) is a small, portable,
abstract C environment library for object-oriented C programming. MALOC is used
as the foundation layer for a number of scientific applications, including MC,
SG, and APBS. MALOC can be used as a small stand-alone abstraction
environment for writing portable C programs which need access to resources which
are typically architecture dependent, such as INET sockets, timing routines, and
so on. MALOC provides abstract datatypes, memory management routines, timing
routines, machine epsilon, access to UNIX and INET sockets, MPI, and so on.
All things that can vary from one architecture to another are abstracted out of
an application code and placed in MALOC.


Required to run:
[lang/g95] [parallel/mpi-ch] [devel/readline]

Required to build:
[devel/libtool-fortran] [pkgtools/cwrappers]

Master sites:


Version history: (Expand)


CVS history: (Expand)


   2012-11-13 20:33:44 by othyro | Files touched by this commit (26)
Log message:
Packages that install libtool libraries should define USE_LIBTOOL.
   2012-10-03 17:09:47 by Aleksej Saushev | Files touched by this commit (124)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2012-09-04 11:23:42 by Kamel Derouiche | Files touched by this commit (1)
Log message:
Update version: 1.4 to 1.5

   2011-03-25 19:11:59 by Kamel Derouiche | Files touched by this commit (6) | Imported package
Log message:
Import maloc-1.4 as wip/maloc.

MALOC (Minimal Abstraction Layer for Object-oriented C) is a small, portable,
abstract C environment library for object-oriented C programming. MALOC is used
as the foundation layer for a number of scientific applications, including MC,
SG, and APBS. MALOC can be used as a small stand-alone abstraction
environment for writing portable C programs which need access to resources which
are typically architecture dependent, such as INET sockets, timing routines, and
so on. MALOC provides abstract datatypes, memory management routines, timing
routines, machine epsilon, access to UNIX and INET sockets, MPI, and so on.
All things that can vary from one architecture to another are abstracted out of
an application code and placed in MALOC.