Friday, November 01, 2019

Re: Build libngspice from cad/ngspice

Apologies, I didn't realize you had already commited. Here's a diff
instead.

On Fri, Nov 01, 2019 at 02:12:00PM -0600, Tracey Emery wrote:
> Anthony,
>
> This adds NO_TEST = Yes to the libngspice Makefile to quiet make test
> errors when it gets to that subdirectory.
>
> Thoughts?
>
> T
>

--

Tracey Emery

Index: libngspice/Makefile
===================================================================
RCS file: /cvs/ports/cad/ngspice/libngspice/Makefile,v
retrieving revision 1.1.1.1
diff -u -p -u -r1.1.1.1 Makefile
--- libngspice/Makefile 31 Oct 2019 06:01:34 -0000 1.1.1.1
+++ libngspice/Makefile 1 Nov 2019 20:28:15 -0000
@@ -10,6 +10,8 @@ WANTLIB += m pthread

CONFIGURE_ARGS += --with-ngshared

+NO_TEST = Yes
+
post-install:
@rm -r ${PREFIX}/share/ngspice/

No comments:

Post a Comment