search for: use_svnversion

Displaying 11 results from an estimated 11 matches for "use_svnversion".

2008 Apr 29
1
non-digits in svnversion output mess up windows build if USE_SVNVERSION=yes (PR#11339)
...from: (NULL) (70.98.76.47) I tried for the first time to build R from source on Windows, where I got the source code via svn. Per the Installation and Administration manual, I altered src\gnuwin32\MkRules so it had the the locally correct paths to HTML Help Workshop and Inno Setup 5. I also set USE_SVNVERSION=yes, as suggested in MkRules itself. Then, while in the directory src/gnuwin32 I ran 'make all recommended' and got an error from windres very early in the build: E:\R\R-svn\r-devel\src\gnuwin32>make all recommended make --no-print-directory -C front-ends Rpwd make -C ../../inclu...
2008 Apr 29
0
non-digits in svnversion output mess up windows build if (PR#11341)
...ws from clean source tree, so you cannot even test a proposed change. I ran into it because I had to change src/gnuwin32/MkRules to say that I put Inno Setup in its standard place, "C:/Program Files/Inno Setup 5", and not in "C:/packages/inno". I guess I don't need to have USE_SVNVERSION=yes, but doing that means that version$"svn rev" shows me I have a non-standard version: that will show the svn version as something like "123M" or "123:145S". It is too bad it only is available on the Windows build. I think it would be a good thing to have on the n...
2008 Apr 29
0
non-digits in svnversion output mess up windows build if (PR#11340)
...t; > I tried for the first time to build R from source on Windows, where I > got the source code via svn. Per the Installation and Administration > manual, I altered src\gnuwin32\MkRules so it had the the locally > correct paths to HTML Help Workshop and Inno Setup 5. I also set > USE_SVNVERSION=yes, as suggested in MkRules itself. Then, while in > the directory src/gnuwin32 I ran 'make all recommended' and got an > error from windres very early in the build: > > E:\R\R-svn\r-devel\src\gnuwin32>make all recommended > make --no-print-directory -C front-ends R...
2008 Apr 19
1
nondigits in R_FILEVERSION mess up Windows build
I tried for the first time to build R from source on Windows, where I got the source code via svn. Per the Installation and Administration manual, I altered src\gnuwin32\MkRules so it had the the locally correct paths to HTML Help Workshop and Inno Setup 5. I also set USE_SVNVERSION=yes, as suggested in MkRules itself. Then, while in the directory src/gnuwin32 I ran 'make all recommended' and got an error from windres very early in the build: E:\R\R-svn\r-devel\src\gnuwin32>make all recommended make --no-print-directory -C front-ends Rpwd make -C ../../inclu...
2015 Jan 26
1
[PATCH v2] Makefile: add support for git svn clones
...akefile.win @@ -2,6 +2,9 @@ include ../gnuwin32/MkRules R_HOME = ../.. +GIT := `if [ -d "$(top_builddir)/.git" ]; then \ + echo "git"; fi` + VER = $(shell sed -e 's/\([^ ]*\).*/\1/' ../../VERSION) ## keep these in step with ./Makefile.in @@ -67,14 +70,14 @@ ifdef USE_SVNVERSION @LC_ALL=C svnversion ../.. | sed -n 's/^/Revision: /p' > svn-tmp || rm -f svn-tmp @grep -v exported svn-tmp > /dev/null || rm -f svn-tmp else - @(cd ../..; LC_ALL=C svn info || echo "Revision: unknown") 2> /dev/null \ + @(cd ../..; LC_ALL=C $(GIT) svn info || echo &q...
2018 Feb 09
3
R Compilation gets stuck on Windows 64
...et to YES and specify the path if you want to use the ATLAS BLAS. USE_ATLAS = YES ATLAS_PATH =D:/home/thread0 # Support for the ACML and Goto BLASes has been withdrawn: see R-admin.html # Define to use svnversion to set SVN-REVISION (slow, and requires a clean # checkout with no modifications). # USE_SVNVERSION = YES # With the previously recommended gcc 4.6.3 toolchain, set this to 32 or 64 # MULTI = 64 # If the toolchain's bin directory is not in your path, set this to the path # (including the trailing /, and use / not \). # TOOL_PATH = # for other toolchains leave these empty and set the more det...
2012 Nov 30
1
compiling R for Windows 64 bit
Dear All, I'm trying to compile R for Windows 64 bit. I'm following the instructions of R installation and administration guide v2.15.2 (3.1; A.3.1.4; C.2.2) and at the moment I compiled the default version (single threaded, gcc, without external BLAS) ?on my notebook (windows xp 32 bit) Now I'm trying to compile it on Windows servers 64 bit with the next configuration : 1. Windows
2012 Dec 17
1
Problems with building R from sources
...YES and specify the path if you want to use the ATLAS BLAS. USE_ATLAS=NO ATLAS_PATH=/R/ATLAS/lib/WinNT_P4SSE2 # Support for the ACML and Goto BLASes has been withdrawn: see R-admin.html # Define to use svnversion to set SVN-REVISION (slow, and requires a clean # checkout with no modifications). # USE_SVNVERSION = YES # With the recommended toolchain, set this to 32 or 64 MULTI = 32 # If the toolchain's bin directory is not in your path, set this to the path # (including the trailing /, and use / not \). TOOL_PATH = # for other toolchains leave these empty and set the more detailed options below ###...
2018 Feb 09
0
R Compilation gets stuck on Windows 64
...want to use the ATLAS BLAS. > USE_ATLAS = YES > ATLAS_PATH =D:/home/thread0 > > # Support for the ACML and Goto BLASes has been withdrawn: see R-admin.html > > # Define to use svnversion to set SVN-REVISION (slow, and requires a clean > # checkout with no modifications). > # USE_SVNVERSION = YES > > # With the previously recommended gcc 4.6.3 toolchain, set this to 32 or 64 > # MULTI = 64 > # If the toolchain's bin directory is not in your path, set this to the > path > # (including the trailing /, and use / not \). > # TOOL_PATH = > # for other toolchains...
2018 Feb 09
2
R Compilation gets stuck on Windows 64
Hi All, I am trying to compile R from source on a 64 bit Windows. I have downloaded and installed all the third party software as per the R - documentation. The compilation starts fine and after a while it stops with the following error message: D:/Rtools/mingw_64/bin/../lib/gcc/x86_64-w64-mingw32/4.9.3/../../../../x86_64-w64-mingw32/bin/ld.exe: cannot find -lRgraphapp collect2.exe: error: ld
2018 Feb 09
1
R Compilation gets stuck on Windows 64
...> USE_ATLAS = YES >> ATLAS_PATH =D:/home/thread0 >> >> # Support for the ACML and Goto BLASes has been withdrawn: see R-admin.html >> >> # Define to use svnversion to set SVN-REVISION (slow, and requires a clean >> # checkout with no modifications). >> # USE_SVNVERSION = YES >> >> # With the previously recommended gcc 4.6.3 toolchain, set this to 32 or 64 >> # MULTI = 64 >> # If the toolchain's bin directory is not in your path, set this to the >> path >> # (including the trailing /, and use / not \). >> # TOOL_PATH =...