search for: have_matherr

Displaying 7 results from an estimated 7 matches for "have_matherr".

2023 Jul 18
2
Installation of R-4.3.1 with intel 2022
...gt; https://community.intel.com/t5/Intel-C-Compiler/Error-when-compiling-R-from-source-code-ubuntu-18-04/m-p/1176401/thread-id/36575 <https://community.intel.com/t5/Intel-C-Compiler/Error-when-compiling-R-from-source-code-ubuntu-18-04/m-p/1176401/thread-id/36575> >> >> Deactivate? HAVE_MATHERR macro in src/include/config.h > > Hi Giuseppe, > > thanks for the report. Undefining HAVE_MATHERR seems a valid work-around > to me, based on reading the thread above and the sources. > > We could improve this in R, if keeping this code, at least improve the > configure...
2023 Jun 20
1
Installation of R-4.3.1 with intel 2022
...workaround proposed: https://community.intel.com/t5/Intel-C-Compiler/Error-when-compiling-R-from-source-code-ubuntu-18-04/m-p/1176401/thread-id/36575 <https://community.intel.com/t5/Intel-C-Compiler/Error-when-compiling-R-from-source-code-ubuntu-18-04/m-p/1176401/thread-id/36575> Deactivate HAVE_MATHERR macro in src/include/config.h Using this workaroud I get R with: BLAS/LAPACK: /opt/intel/oneapi_2022.2.0/mkl/2022.1.0/lib/intel64/libmkl_intel_lp64.so.2; LAPACK version 3.9.0 is correct? Is these a way to avoid arithmetic issue? My configure is: module load intel-2021.6.0/2021.6.0 oneapi-202...
1999 Sep 13
5
axis() produces junk on DEC alpha (PR#274)
Full_Name: Albrecht Gebhardt Version: 0.65.0 OS: Digital Unix 4.0E Submission from: (NULL) (212.17.104.62) Plottimg on the Alpha stopped working with 0.65.0. The tickmarks have a length of -Inf and go across the whole plot. A first solution is the following patch: --- src/main/plot.c.alpha-patch Mon Sep 13 01:37:11 1999 +++ src/main/plot.c Mon Sep 13 01:58:16 1999 @@ -832,7 +832,7 @@
2005 Feb 08
0
Compiling R as a shared library
...define HAVE_FCNTL 1 | #define HAVE_FINITE 1 | #define HAVE_FSEEKO 1 | #define HAVE_FTELLO 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGRGID 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETUID 1 | #define HAVE_HYPOT 1 | #define HAVE_ISASCII 1 | #define HAVE_LOG1P 1 | #define HAVE_MATHERR 1 | #define HAVE_MKFIFO 1 | #define HAVE_POPEN 1 | #define HAVE_PUTENV 1 | #define HAVE_RINT 1 | #define HAVE_SETENV 1 | #define HAVE_STRCOLL 1 | #define HAVE_STAT 1 | #define HAVE_STRPTIME 1 | #define HAVE_SYMLINK 1 | #define HAVE_SYSTEM 1 | #define HAVE_TIMES 1 | #define HAVE_UNSETENV 1 | /* end...
2000 Jun 16
2
R and OpenBSD
Howdy! Has anybody successfully installed R under OpenBSD? I just tried to install the latest R-release under OpenBSD 2.7 and got the following errors in the make step: pnorm.c:62 'ML_ERR_return_NAN' undeclared pnorm.c:62 'ML_NAN' undeclared pnorm.c:62 'ML_NEGINF' undeclared --Ragnar -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help
2000 Jun 16
2
R and OpenBSD
Howdy! Has anybody successfully installed R under OpenBSD? I just tried to install the latest R-release under OpenBSD 2.7 and got the following errors in the make step: pnorm.c:62 'ML_ERR_return_NAN' undeclared pnorm.c:62 'ML_NAN' undeclared pnorm.c:62 'ML_NEGINF' undeclared --Ragnar -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help
2005 Apr 19
0
R 2.0.1 install problem on Solaris 9
...define HAVE_FCNTL 1 | #define HAVE_FINITE 1 | #define HAVE_FSEEKO 1 | #define HAVE_FTELLO 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGRGID 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETUID 1 | #define HAVE_HYPOT 1 | #define HAVE_ISASCII 1 | #define HAVE_LOG1P 1 | #define HAVE_MATHERR 1 | #define HAVE_MKFIFO 1 | #define HAVE_POPEN 1 | #define HAVE_PUTENV 1 | #define HAVE_RINT 1 | /* end confdefs.h. */ | /* Define setenv to an innocuous variant, in case <limits.h> declares setenv. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define setenv inno...