Page MenuHomeSolus

The inclusion of horizon-eda fixes T9908
ClosedPublic

Authored by maikwoehl on Oct 31 2021, 9:27 AM.
Tags
None
Referenced Files
F11052932: D12153.id.diff
Thu, Aug 10, 10:17 PM
F11052931: D12153.id29526.diff
Thu, Aug 10, 10:17 PM
F11052930: D12153.id30735.diff
Thu, Aug 10, 10:17 PM
F11052929: D12153.id30693.diff
Thu, Aug 10, 10:17 PM
F11052928: D12153.id29793.diff
Thu, Aug 10, 10:17 PM
F11052927: D12153.id29524.diff
Thu, Aug 10, 10:17 PM
F11037507: D12153.diff
Wed, Aug 9, 8:43 PM
F10908388: D12153.id.diff
Jul 7 2023, 12:04 AM

Details

Summary

horizon-eda is an easy-to-use electrical design application.

Fixes T9908.

Test Plan

Start horizon and draw some schematics and layouts.

Diff Detail

Repository
R5407 horizon-eda
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

solbuild gives the following warnings:

✗  Failed to find libraries:
✗  	libTKBO.so.11
✗  	libTKBRep.so.11
✗  	libTKCDF.so.11
✗  	libTKG3d.so.11
✗  	libTKGeomBase.so.11
✗  	libTKHLR.so.11
✗  	libTKLCAF.so.11
✗  	libTKMath.so.11
✗  	libTKMesh.so.11
✗  	libTKPrim.so.11
✗  	libTKSTEP.so.11
✗  	libTKShHealing.so.11
✗  	libTKTopAlgo.so.11
✗  	libTKXCAF.so.11
✗  	libTKXDESTEP.so.11
✗  	libTKXSBase.so.11
✗  	libTKernel.so.11
✗  	libpodofo.so.0.9.6
✗  	libzmq.so.5

solbuild gives the following warnings:

✗  Failed to find libraries:

That is because packages containing those libraries are not installed on your system.
Also check this https://dev.getsol.us/P13

cppzmq-devel is deprecated. You have to replace it with cppzmq.

cppzmq-devel is deprecated. You have to replace it with cppzmq.

Hi @algent,

I should have used unstable repo for eopkg.

Repackaging now...

Regards,

Maik

Switch from cppzmq-devel to cppzmq

JoshStrobl added a subscriber: JoshStrobl.
JoshStrobl added inline comments.
package.yml
13

Should be in alignment with builddeps, summary, etc.

32

DESTDIR="%installroot%" -> DESTDIR=$installdir

This revision now requires changes to proceed.Dec 25 2021, 10:48 AM

Hello @JoshStrobl - thank you for your review. I will work on this next year after holiday with my family.

Fixing issues mentioned by Josh

This revision is now accepted and ready to land.Jan 9 2022, 8:12 PM
This revision was automatically updated to reflect the committed changes.