Combined array and automatic differentiation library in C++
Details
Diff Detail
- Repository
- rP FreeBSD ports repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
| math/adept/Makefile | ||
|---|---|---|
| 1 ↗ | (On Diff #37033) | ^ I would prefer it without this line. |
| head/math/adept/Makefile | ||
|---|---|---|
| 22 | Wait, sorry, this is problematic. pdftex is a gigantic dependency, and we never bring in huge dependencies for DOCS. Things with huge dependencies should be under something like PDFTEX_DOCS (still enabled by default) so that users have some idea what they're getting into if they keep it enabled. | |
| 25 | This loses MAKE_ARGS. I usually recommend using ${DO_MAKE_BUILD}. post-build-PDFTEX_DOCS-on:
${DO_MAKE_BUILD} -C ${WRKSRC}/doc | |
| head/math/adept/Makefile | ||
|---|---|---|
| 22 | Adam, but there is no such standard option: `PDFTEX_DOCS``. People who have blanket OPTIONS_UNSET= DOCS` in their make.conf will be upset because this one will still be on? | |
| head/math/adept/Makefile | ||
|---|---|---|
| 22 | As an example, there are 75 ports that use a DOXYGEN option instead of DOCS. DOCS cannot bring in LaTeX. This is a much larger surprise than a second option to control docs (which many ports have). This is policy. | |
| head/math/adept/Makefile | ||
|---|---|---|
| 22 | PDF_DOCS | |