Displaying 2 results from an estimated 2 matches for "use_dxml".
2000 Jun 02
2
make check on DU4 with R-1.1.0 snapshot
I just tried the rsync version of R-1.1.0 on one of my alphas:
It compiles without problems (gcc/g77 2.95.2, system is DU4.0E)
but make check stops in base-Ex.R at
> X <- cbind(1, 1:7)
> str(s <- svd(X)); D <- diag(s$d)
List of 3
$ d: num [1:2] 12.07 1.16
$ u: num [1:7, 1:2] -0.0976 -0.1788 -0.2601 -0.3413 -0.4225 ...
$ v: num [1:2, 1:2] -0.198 -0.980 -0.980 0.198
>
2000 Jan 29
1
HDF5 as a module
...ome/rcvs/src/R/configure.in,v
retrieving revision 1.159
diff -c -r1.159 configure.in
*** configure.in 2000/01/21 16:49:18 1.159
--- configure.in 2000/01/29 00:22:50
***************
*** 342,348 ****
))
AC_CHECK_LIB(dl, dlopen)
AC_CHECK_LIB(z, main)
- R_LIB_HDF5
BLAS="blas.o"
if ${use_dxml}; then
AC_CHECK_LIB(dxml, main, FLIBS="-ldxml ${FLIBS}" BLAS="")
--- 342,347 ----
***************
*** 394,400 ****
AC_HEADER_DIRENT
AC_HEADER_SYS_WAIT
AC_CHECK_HEADERS(dl.h dlfcn.h elf.h floatingpoint.h fpu_control.h \
! hdf5.h ieee754.h ieeefp.h readline/history.h r...