Skip to content

Commit

Permalink
Revert "Tweaks to make R build on my mac"
Browse files Browse the repository at this point in the history
This reverts commit 5fd715e.
  • Loading branch information
hughjonesd committed Dec 25, 2023
1 parent 5fd715e commit 8c62f16
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 14 deletions.
2 changes: 1 addition & 1 deletion Makefile.in
Expand Up @@ -110,7 +110,7 @@ svnonly:
(cd $(srcdir); LC_ALL=C TZ=GMT $(GIT) svn info || cat SVNINFO || $(ECHO) "Revision: -99") 2> /dev/null \
| sed -n -e '/^Revision/p' -e '/^Last Changed Date/'p \
| cut -d' ' -f1,2,3,4 > SVN-REVISION-tmp ; \
if test "`cat SVN-REVISION-tmp`" = "Revision: -fuckyou-signed-dhj"; then \
if test "`cat SVN-REVISION-tmp`" = "Revision: -99"; then \
$(ECHO) "ERROR: not an svn checkout"; \
exit 1; \
fi; \
Expand Down
12 changes: 0 additions & 12 deletions config.site
Expand Up @@ -16,17 +16,6 @@
### along with R; if not, a copy is available at
### https://www.r-project.org/Licenses/

## added dhj
## cargo-culted from https://cran.r-project.org/doc/manuals/r-devel/R-admin.html#macOS
#CC=clang
#OBJC=$cc
#FC="/opt/gfortran/bin/gfortran -mtune=native"
#CPPFLAGS='-isystem $LOCAL/include'
#CXX=clang++
#CFLAGS="-falign-functions=8 -g -O2"
#FFLAGS="-g -O2 -mmacosx-version-min=11.0"
#FCFLAGS="-g -O2 -mmacosx-version-min=11.0"

## By means of this file you can (also) provide default values for the
## configuration process. To set variables, uncomment the VAR=DEFAULT
## lines and set DEFAULT according to your needs.
Expand Down Expand Up @@ -57,7 +46,6 @@
## If this is a wrappwr it should pass on --version to the real compiler.
## CC=


## Debugging and optimization options for the C compiler.
## Use this to specify CFLAGS for the version of the C compiler
## specified above.
Expand Down
1 change: 0 additions & 1 deletion dhj-configure.sh

This file was deleted.

0 comments on commit 8c62f16

Please sign in to comment.