freebsd-ports/math/adept/files/patch-Makefile.am
Yuri Victorovich e4eaee25c7 New port: math/adept: Combined array and automatic differentiation library in C++
This library implements a very unusual and interesting approach. It takes a function
of several arguments supplied by the caller, deconstructs its analytic structure
using C++ type substitution for all values, and computes gradients (Jacobians) of
the function while ony calling the function once. A very innovative approach.

Submitted by:	myself
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D13635
2017-12-26 17:43:40 +00:00

8 lines
348 B
Text

--- Makefile.am.orig 2017-10-08 21:32:39 UTC
+++ Makefile.am
@@ -1,4 +1,4 @@
-pkgdata_DATA = README COPYING ChangeLog NEWS AUTHORS
+#pkgdata_DATA = README COPYING ChangeLog NEWS AUTHORS
SUBDIRS = adept include benchmark test
# The test/ directory does not use automake so we need to specify the
# files that will be included in the distribution