pkgsrc/misc/root/patches/patch-ab
drochner fa3c8c417b import ROOT pkg
citing pkg/DESCR:
The ROOT system provides a set of OO frameworks with all the functionality
needed to handle and analyse large amounts of data in a very efficient way.
Having the data defined as a set of objects, specialised storage methods are
used to get direct access to the separate attributes of the selected objects,
without having to touch the bulk of the data. Included are histograming methods
in 1, 2 and 3 dimensions, curve fitting, function evaluation, minimisation,
graphics and visualization classes to allow the easy setup of an analysis
system that can query and process the data interactively or in batch mode.

Thanks to the builtin CINT C++ interpreter the command language, the scripting,
or macro, language and the programming language are all C++. The interpreter
allows for fast prototyping of the macros since it removes the time consuming
compile/link cycle. It also provides a good environment to learn C++. If more
performance is needed the interactively developed macros can be compiled using
a C++ compiler.


It's not yet perfect - pixmap/icon files are missing because these are
not part of the ROOT source distribution. Most things work anyway.
1999-11-17 16:17:03 +00:00

17 lines
519 B
Text

$NetBSD: patch-ab,v 1.1.1.1 1999/11/17 16:17:03 drochner Exp $
--- src/RConfig.h.orig Sat Nov 6 21:37:18 1999
+++ src/RConfig.h Sat Nov 6 21:38:11 1999
@@ -106,6 +106,13 @@
# define R__NOSTATS /* problem using stats with FreeBSD malloc/free */
#endif
+#if defined(__NetBSD__)
+# define R__FBSD /* XXX */
+# define R__UNIX
+# define R__BYTESWAP
+# define R__NOSTATS /* problem using stats with FreeBSD malloc/free */
+#endif
+
#ifdef _HIUX_SOURCE
# define R__HIUX
# define R__UNIX