Skip to content
Prev 4621 / 63424 Next

standardized add-on package configuration

Your mileage may vary on what `default' places are.  Basically, there
are two philosophies.  The more traditional one would be to have a
package/type layout, as you indicate above.  The modern style, used and
recommended e.g. in the GNU, Debian, and TeX/MF standards, is to have
type/package or type instead.

E.g., when I install mysql on Debian, I get the libraries in /usr/lib
and the headers in /usr/include/mysql.
Yes, of course.
That'w what I had in mind.

The above should be

* much nicer to use than doing something like

	R CMD INSTALL \
	  --configure-args="--with-foo-libs=/some/path ..." \
	  /path/to/pkg.tar.gz

* would be consistent with what is used to configure the R base system

* and would be uniform across packages.

On the other hand, it is a bit dangerous .. hmm, as we actually have
PKG_CPPFLAGS and PKG_LIBS, maybe we should use these variables instead?

Will think some more about this.
-k
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-devel-request@stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._