
* Rename packages * Upcasing depends_on() in packages. * Downcased extends('r') * Fixed erroneously changed URL that had slipped through. * Fixed typo * Fixed link from documentation into package source code. * Fixed another doc problem. * Changed underscores to dashes in package names. * Added test to enforce lowercase, no-underscore naming convention. * Fix r-xgboost * Downcase more instances of 'R' in package auto-creation. * Fix test. * Converted unit test packages to use dashes not underscores * Downcase `r` in the docs. * Update module_file_support.rst Fix r->R for class R.
21 lines
527 B
Diff
21 lines
527 B
Diff
--- SAMRAI/Makefile.in 2013-05-31 11:04:32.000000000 -0700
|
|
+++ SAMRAI/Makefile.in.notools 2014-05-30 10:31:15.135979900 -0700
|
|
@@ -8,7 +8,7 @@
|
|
##
|
|
#########################################################################
|
|
|
|
-default: library tools
|
|
+default: library
|
|
|
|
SAMRAI = @top_srcdir@
|
|
SUBDIR = .
|
|
@@ -135,7 +135,7 @@
|
|
done
|
|
$(MAKE) archive_remove_obj_names
|
|
|
|
-install: library tools
|
|
+install: library
|
|
$(INSTALL) -d -m 755 $(INSTDIR)/config
|
|
$(INSTALL) -d -m 755 $(INSTDIR)/lib
|
|
$(INSTALL) -d -m 755 $(INSTDIR)/bin
|