gnucap-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gnucap-geda


From: karl
Subject: gnucap-geda
Date: Sat, 2 Apr 2022 21:47:31 +0200 (CEST)

After ./bootstrap, two new files appears:
        compile
        test-driver
shouldn't thoose two be .gitignore'ed ?

And after ./configure:
        tests/gafrc

///

$ cat tests/gafrc
(component-library ".")
(source-library ".")
$

I suggest that the symbols used be copied to
e.g. tests/sym and that the gafrc file contains

(reset-component-library)
(reset-source-library)
(component-library "./sym")
(source-library "./sym")

The sch file format in lepton/geda doesn't handle file name
conflicts well and there is no flag to inhibit loading system
and user gafrc files. So the best bet to get the correct file
is to copy it to the project dir and using a gafrc like above
else there is a risk that the sch files be rendered with the
wrong symbols.

One way to do this is to use lepton-archive/garchive.py.

 lepton-archive [a,c-zA-Z]*.sch (bogus.sch gives problem)

creates project-archive.tar.gz, which contains a cache dir with
all used symbols.

Regards,
/Karl Hammar





reply via email to

[Prev in Thread] Current Thread [Next in Thread]