Win "Daily builds"

Having trouble installing or compiling FreeCAD? Get help here.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
User avatar
looo
Veteran
Posts: 3941
Joined: Mon Nov 11, 2013 5:29 pm

Re: Win "Daily builds"

Post by looo »

[Arch] ArchRebar, Error: when change "Custom Spacing" property.

I added your fix.https://github.com/FreeCAD/FreeCAD/pull ... 3c99ffe52f
User avatar
chakkree
Posts: 327
Joined: Tue Jun 30, 2015 12:58 am
Location: Bangkok Thailand

Re: Win "Daily builds"

Post by chakkree »

[Spreadsheet]: Cannot change text alignment and text properties.

Traceback (most recent call last):
File "<string>", line 1, in <module>
<class 'TypeError'>: style must be either set or string, not str
Spreadsheet_Bug.png
Spreadsheet_Bug.png (167.86 KiB) Viewed 2271 times
User avatar
looo
Veteran
Posts: 3941
Joined: Mon Nov 11, 2013 5:29 pm

Re: Win "Daily builds"

Post by looo »

Thanks for testing. Please post further problems in the py3-topic: https://forum.freecadweb.org/viewtopic.php?f=10&t=12534
chakkree wrote:[Spreadsheet]: Cannot change text alignment and text properties.
I will try to solve this. It's a unicode/bytes problem.

edit: done: https://github.com/FreeCAD/FreeCAD/pull ... 55c61ae736
User avatar
sgrogan
Veteran
Posts: 6499
Joined: Wed Oct 22, 2014 5:02 pm

Re: Win "Daily builds"

Post by sgrogan »

First "official" update is available. https://github.com/FreeCAD/FreeCAD/rele ... g/0.18_pre
@looo's fixes haven't been merged yet, so this is more a test of the update process.

I would welcome some text to add to the github page. I feel that I am too much in the middle of it to explain clearly :?
looo wrote: Sat Apr 21, 2018 11:28 am I will try to solve this. It's a unicode/bytes problem.
Squash those bugs :)
"fight the good fight"
User avatar
sgrogan
Veteran
Posts: 6499
Joined: Wed Oct 22, 2014 5:02 pm

Re: Win "Daily builds"

Post by sgrogan »

looo wrote: Sat Apr 21, 2018 9:10 am
@looo what is the correct version of netgen to use w/FreeCAD on Conda. I think I have broken netgen support for FreeCAD with an unintended update.
"fight the good fight"
User avatar
looo
Veteran
Posts: 3941
Joined: Mon Nov 11, 2013 5:29 pm

Re: Win "Daily builds"

Post by looo »

yes, I tried to make pyocct work, and therefor added a patch for the netgen build. This build was not compatible with freecad.
the latest netgen build on conda-forge works again.

also it would be nice if you could try to use the external smesh. there is a package on conda-forge but this one has problems with pyocct. so better use smesh from the cad-channel. I will update the conda-forge smesh once vtk for osx is available. currently I cant build smesh for osx because of troubles with the anaconda vtk...
also there are some cmake settings necessary to build flatmesh and use the external smesh.
User avatar
sgrogan
Veteran
Posts: 6499
Joined: Wed Oct 22, 2014 5:02 pm

Re: Win "Daily builds"

Post by sgrogan »

looo wrote: Wed May 02, 2018 5:12 am latest netgen build on conda-forge works again.
This one?

Code: Select all

conda install -c conda-forge netgen
"fight the good fight"
User avatar
looo
Veteran
Posts: 3941
Joined: Mon Nov 11, 2013 5:29 pm

Re: Win "Daily builds"

Post by looo »

yes this one should be ok. should be build number: 3
https://anaconda.org/conda-forge/netgen ... _3.tar.bz2
User avatar
Evgeniy
Posts: 477
Joined: Thu Jul 15, 2021 6:10 pm

Re: Win "Daily builds"

Post by Evgeniy »

^^^
Up

Do exist windows daily builds now or not?
kisolre
Veteran
Posts: 4166
Joined: Wed Nov 21, 2018 1:13 pm

Re: Win "Daily builds"

Post by kisolre »

Evgeniy wrote: Thu Aug 19, 2021 2:22 pm Do exist windows daily builds now or not?

Here, also reachable from the Download page as Development builds: https://github.com/FreeCAD/FreeCAD-Bund ... kly-builds
Post Reply