Release discussion 0.15

Have some feature requests, feedback, cool stuff to share, or want to know where FreeCAD is going? This is the place.
Forum rules
Be nice to others! Read the FreeCAD code of conduct!
ulrich1a
Veteran
Posts: 1957
Joined: Sun Jul 07, 2013 12:08 pm

Re: Release discussion 0.15

Post by ulrich1a »

NormandC wrote:There's already a Releases-0.15 branch. But I'm wondering why also create a tag?
I did rely on this information in the FreeCAD-wiki: http://freecadweb.org/wiki/index.php?ti ... nix#Github

Code: Select all

There is an always up to date FreeCAD repository on Github: github.com/FreeCAD/FreeCAD_sf_master
Here I get a more or less linear repository with one branch where you can only guess, which commit belongs to what release of FreeCAD.

The wine-project for example maintains a linear repository, where you can find tags for the biweekly releases. I find this very helpful. It is much easier to find start-points for a regression analysis.

Ulrich
Last edited by ulrich1a on Tue Mar 24, 2015 10:38 pm, edited 1 time in total.
User avatar
sgrogan
Veteran
Posts: 6499
Joined: Wed Oct 22, 2014 5:02 pm

Re: Release discussion 0.15

Post by sgrogan »

peterl94 wrote:RCs for 64 bit Windows and OS X are available now. I'll have a 32-bit windows installer up tomorrow. Please test thoroughly!

FreeCAD-0.15.4666_x64_RC1_setup.exe
FreeCAD-0.15.4666_x64_osx_RC1.zip
On Windows C:\Program Files\FreeCAD 0.15\bin\pysideuic is empty which causes BOLTS to not work. Copying the files from the LIBPACK fixes it.
"fight the good fight"
peterl94
Veteran
Posts: 1001
Joined: Thu May 23, 2013 7:31 pm
Location: United States

Re: Release discussion 0.15

Post by peterl94 »

Thanks for catching that, sgrogan. I forgot to check it after I added it to the copy list in the auto build script.
peterl94
Veteran
Posts: 1001
Joined: Thu May 23, 2013 7:31 pm
Location: United States

Re: Release discussion 0.15

Post by peterl94 »

Hey bernd, can you try the 64-bit RC2 build and see if CalculiX works? I only added ccx.exe because Dependency Walker didn't show any other dependent DLLs.

Edit: ccx.exe depends on pthreadGC2.dll -- I reuploaded the RC2 builds.
wmayer
Founder
Posts: 20319
Joined: Thu Feb 19, 2009 10:32 am
Contact:

Re: Release discussion 0.15

Post by wmayer »

Is your ccx built with a different compiler? The one I have was taken from one of jriegel's libpacks and this was built on cygwin. Thus the dependencies are:
* cygarpack-0.dll
* cyggfortran-3.dll
* cyggcc_s-1.dll
* cygwin1.dll
* cygblas-0.dll
* cyglapack-0.dll
User avatar
bernd
Veteran
Posts: 12851
Joined: Sun Sep 08, 2013 8:07 pm
Location: Zürich, Switzerland
Contact:

Re: Release discussion 0.15

Post by bernd »

peterl94 wrote:Hey bernd, can you try the 64-bit RC2 build and see if CalculiX works?
I will on Monday morning. I only have Linux and WinXP in an VM at home.
wmayer wrote:Is your ccx built with a different compiler? The one I have was taken from one of jriegel's libpacks and this was built on cygwin. Thus the dependencies are:
* cygarpack-0.dll
* cyggfortran-3.dll
* cyggcc_s-1.dll
* cygwin1.dll
* cygblas-0.dll
* cyglapack-0.dll
Exact the same here for me for the ccx.exe from jriegels FreeCAD 0.14 see post viewtopic.php?f=8&t=7717&start=150#p82745
peterl94
Veteran
Posts: 1001
Joined: Thu May 23, 2013 7:31 pm
Location: United States

Re: Release discussion 0.15

Post by peterl94 »

wmayer wrote:Is your ccx built with a different compiler?
I copied ccx.exe from FreeCADLibs_8.2_x86_VC9. After bernd told me the dlls he had to copy, I looked for them but they are not in the 8.2 libpack, so it must be a different ccx.
User avatar
r-frank
Veteran
Posts: 2180
Joined: Thu Jan 24, 2013 6:26 pm
Location: Möckmühl, Germany
Contact:

Re: Release discussion 0.15

Post by r-frank »

Peter could you do me a favour ?
When looking at the Sourceforge files-Page there is just beneath the FreeCAD 0.7-directory a file
called "FreeCAD_0.13.2097_x86_RC_setup.msi".
Could you move that to the "FreeCAD 0.13 unstable"-directory where it belongs (at least I think so ...)

Another thing would be that under the directory list it reads:
"This is the official repository of installers of FreeCAD for the Windows, Mac and Linux platforms. More information at http://www.freecadweb.org"

Nope - Only Windows files.
Linux via repository or ppa, mac via macport (?)

Maybe the text should read
"This is the official repository of installers of FreeCAD for the Windows platforms. For information on the
versions for Linux and mac platforms visit http://www.freecadweb.org"

Oh, and can you set the directory sort order to "Name" and not "modified" ?
It will look a little bit strange if the 0.13 development-directory would be the first one on the list ... :D

Thanks.
Deutsche FreeCAD Tutorials auf Youtube
My GrabCAD FreeCAD-Projects
FreeCAD lessons for beginners in english

Native german speaker - so apologies for my english, no offense intended :)
User avatar
bernd
Veteran
Posts: 12851
Joined: Sun Sep 08, 2013 8:07 pm
Location: Zürich, Switzerland
Contact:

Re: Release discussion 0.15

Post by bernd »

peterl94 wrote:
wmayer wrote:Is your ccx built with a different compiler?
I copied ccx.exe from FreeCADLibs_8.2_x86_VC9. After bernd told me the dlls he had to copy, I looked for them but they are not in the 8.2 libpack, so it must be a different ccx.
The one you use is the same version of CalculiX like in FreeCAD 0.14 (It is 2.6.1) but it is not a Cygwin build it is a real Windows built which was made by bConvergent.

Code: Select all

************************************************************

CalculiX version 2.6.1, Copyright(C) 1998-2013 Guido Dhondt
CalculiX comes with ABSOLUTELY NO WARRANTY. This is free
software, and you are welcome to redistribute it under
certain conditions, see gpl.htm

************************************************************

Built for Windows by Convergent Mechanical
For the latest version go to: bConverged.com
************************************************************

You are using an executable made on Mon Dec 16 11:27:38 PST 2013
CalculiX gets called but with this version I have problems reading the result file. This was described by other users in
viewtopic.php?f=18&t=10144#p82768 A commit should be in 0.16 allready. I never had this problem. Further investigation are needed.

Could'nt you take the Cygwin build from FreeCAD 0.14 ? With this binary the result file is read.

EDIT:
The result files differ from each other. The one from the windows build has a space missing (in point of FreeCAD 0.15RC view) It seams this is makes FreeCAD to hang. Try to fix this asap.
Last edited by bernd on Mon Mar 30, 2015 9:46 am, edited 3 times in total.
ickby
Veteran
Posts: 3116
Joined: Wed Oct 05, 2011 7:36 am

Re: Release discussion 0.15

Post by ickby »

I can confirm that the RC2 install is not able to read calculix result files on

Code: Select all

OS: Windows 7
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.15.4669 (Git)
Branch: releases/FreeCAD-0-15
Hash: d8bbbc1d1d111bd600025b2ba83f41b7353e3790
Python version: 2.7.8
Qt version: 4.8.6
Coin version: 4.0.0a
OCC version: 6.8.0.oce-0.17
Post Reply