SML/NJ 110.67 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News SML/NJ 110.67 (Default branch)
# 1  
Old 05-01-2008
SML/NJ 110.67 (Default branch)

sml/nj (Standard ML of New Jersey) consists of a compiler, compilation manager, and libraries for Standard ML. Included are CML (Concurrent ML) and eXene (a toolkit for X based on CML). The compiler produces efficient code for most popular architectures (Intel x86, Sparc, Alpha, Mips, HP-PA, PowerPC) and runs under Unix, Linux, or Windows (95,98,NT).License: MIT/X Consortium LicenseChanges:
A type error in the ml-lpt library when compiled as a 64-bit library was fixed. Bugs in the Reactive library were fixed. Support Mac OS X 10.5 (Leopard) on both Intel and PPC Macs was fixed. Many fixes were made to the AMD64 code generator in MLRISC. Performance bugs when dealing with very large structures and record values were fixed. A bug in the handling of end of stream in stream IO was fixed. Real.signBit(~0.0) now returns true.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
LHAPDF-CONFIG(1)						   User Commands						  LHAPDF-CONFIG(1)

NAME
lhapdf-config - script to get version number and compiler flags of the installed LHAPDF library SYNOPSIS
lhapdf-config [[--help|-h] | [--prefix] | [--pdfsets-path]] DESCRIPTION
lhapdf-config is a tool that is used to configure to determine the compiler and linker flags that should be used to compile and link pro- grams that use LHAPDF. OPTIONS
--help | -h : show this help message --prefix : show the installation prefix (cf. autoconf) --incdir : show the path to the LHAPDF header directory (for C++ interface) --libdir : show the path to the LHAPDF library directory --datadir : show the path to the LHAPDF installed data directory --pdfsets-path : show the path to the directory containing the PDF set data files --cppflags : get compiler flags for use with the C preprocessor stage of C++ compilation --ldflags : get compiler flags for use with the linker stage of any compilation --version : returns LHAPDF release version number AUTHOR
This manual page was written by Lifeng Sun <lifongsun@gmail.com> for the Debian system (but may be used by others). lhapdf-config May 2011 LHAPDF-CONFIG(1)