Name Mode Size
..
cmake 040000
config 040000
doc 040000
examples 040000
res 040000
src 040000
tests 040000
tools 040000
CMakeLists.txt 100644 9 kb
CODING 100644 3 kb
Doxyfile 100644 46 kb
Makefile 100644 74 kb
Makefile.am 100644 10 kb
Makefile.in 100644 79 kb
README 100644 2 kb
TODO 100644 1 kb
acinclude.m4 100644 2 kb
aclocal.m4 100644 258 kb
autogen.sh 100755 0 kb
config.h 100644 2 kb
config.h.cmake 100644 0 kb
config.h.in 100644 2 kb
config.log 100644 32 kb
config.status 100755 38 kb
configure 100755 679 kb
configure.ac 100644 4 kb
imslib.ebuild 100644 1 kb
install-gentoo 100755 1 kb
install-official 100755 2 kb
libims.pc 100644 0 kb
libims.pc.cmake 100644 0 kb
libims.pc.in 100644 0 kb
libtool 100755 223 kb
libtool64 100755 222 kb
math.h.cmake 100644 0 kb
stamp-h1 100644 0 kb
README
Instructions for imslib installation ------------------------- Installation on x86 Linux ------------------------- WANT_AUTOCONF="2.5" WANT_AUTOMAKE="1.8" autoreconf -f -v -i ./configure make make check (optional to compile and run tests) make install ----------------------------- Installing an official imslib ----------------------------- ./configure --prefix=/vol/ims-sw --libexecdir=/vol/ims-sw/lib --sysconfdir=/vol/ims-sw/share/etc --mandir=/vol/ims-sw/share/man --infodir=/vol/ims-sw/share/info --enable-debug ------------------------------------- Installing on MacOSX Tiger (10.4.2) ------------------------------------- LDFLAGS="-L/usr/lib/gcc/powerpc-apple-darwin8/4.0.0/ -lstdc++" ./configure This is possibly a bug... this should be used automagically. But for now this works. ------ Gentoo ------ ./configure make make dist cp imslib-0.4.1.tar.bz2 /usr/portage/distfiles/ mkdir -p /usr/local/portage/sci-libs/imslib/ cp imslib.ebuild /usr/local/portage/sci-libs/imslib/imslib-0.4.1.ebuild ebuild /usr/local/portage/sci-libs/imslib/imslib-0.4.1.ebuild digest if not already done: echo 'sci-libs/imslib' >> /etc/portage/package.keywords echo 'sci-libs/imslib doc debug' >> /etc/portage/package.use end if emerge -av imslib --------------- SunPro Compiler --------------- mkdir sunpro && cd sunpro ../configure CXX=CC CXXFLAGS="-fast -erroff=wvarhidemem -xarch=v8" LDFLAGS="-lm" ----- libtool workaround for 64-bit: - use libtool64 in this directory instead of the auto-generated libtool script variables that were changed (added sparcv9): compiler_lib_search_path sys_lib_search_path_spec sys_lib_dlsearch_path_spec predep_objects postdep_objects