No new precompiled versions?

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: No new precompiled versions?

Post by looo »

sgrogan wrote: Thu Jan 21, 2021 5:55 pm Thanks, I will do the same for win. I set up a linux box with miniconda to attempt the same. I was going to try and modify triplus' Travis script. How do you make the AppImage locally.
the appimage is created by:
- installing the appimage-tools
- and running create_bundle.sh script

I guess this should be all.
sgrogan wrote: Thu Jan 21, 2021 5:55 pm If you don't have permissions to upload to the releases page just create a release on one of your git repos and post it there and I will download/upload to the releases page.
You should be added to the maintainers group if you can't upload to the releases page.
I can do this. But if you succeed with setting things up locally it would be nice if you can upload directly. It really shouldn't be very difficult.

sgrogan wrote: Thu Jan 21, 2021 5:55 pm If Travis goes the way it looks we probably are going to need an OSX user to do the same for the .dmg
I still have the mac-mini from @chrisb. I can reactivate it to do this. If someone else is volunteering to do this job I am happy to concentrate on other things.
sgrogan wrote: Thu Jan 21, 2021 5:55 pm BTW: Why did you temporarily disable external SMESH on conda?
It was a test, how best to proceed. I am currently testing freecad with the new smesh 9.6 library from @trelau which has netgen directly included. I first thought this is not a very good idea, but actually it makes maintainance easier so it's the right way to proceed.
I am working on this branch here:
https://github.com/looooo/freecad-feeds ... /vtk9-test

Still a lot of things have to be done, but there are already py3.8 / py3.9 builds available from freecad/label/dev channel.
see also here: https://forum.freecadweb.org/viewtopic.php?f=42&t=51997
User avatar
sgrogan
Veteran
Posts: 6499
Joined: Wed Oct 22, 2014 5:02 pm

Re: No new precompiled versions?

Post by sgrogan »

looo wrote: Thu Jan 21, 2021 8:51 pm I can do this. But if you succeed with setting things up locally it would be nice if you can upload directly. It really shouldn't be very difficult.
OK, hopefully I'll have time to try and build the AppImage locally this weekend.
looo wrote: Thu Jan 21, 2021 8:51 pm I still have the mac-mini from @chrisb. I can reactivate it to do this. If someone else is volunteering to do this job I am happy to concentrate on other things.
There is at least one user using Conda directly on OSX, it's in one of the Big_Sur threads. I'll find it and reach out to see if they would like to join the team.
looo wrote: Thu Jan 21, 2021 8:51 pm see also here: https://forum.freecadweb.org/viewtopic.php?f=42&t=51997
Thanks, I will test for sure.

Thanks for all your work!
"fight the good fight"
chrisb
Veteran
Posts: 54288
Joined: Tue Mar 17, 2015 9:14 am

Re: No new precompiled versions?

Post by chrisb »

Thanks guys for doing this for the community.
A Sketcher Lecture with in-depth information is available in English, auf Deutsch, en français, en español.
User avatar
sgrogan
Veteran
Posts: 6499
Joined: Wed Oct 22, 2014 5:02 pm

Re: No new precompiled versions?

Post by sgrogan »

kisolre wrote: Thu Jan 21, 2021 4:39 pm Is it complicated to post a torrent file to Github and edit the Readme with the releases to point there? Or contact the people who create the Fosshub torrents>
I don't know if github releases page will allow a .torrent.
If you have a file I don't mind testing.
"fight the good fight"
kisolre
Veteran
Posts: 4166
Joined: Wed Nov 21, 2018 1:13 pm

Re: No new precompiled versions?

Post by kisolre »

sgrogan wrote: Thu Jan 21, 2021 11:26 pm If you have a file I don't mind testing.
Here is a torrent file. I added the trackers from a Fosstorrents FreeCAD torrent file but I am not sure if that will work. Should work through DHT thou. Can you try downloading to a separate location with that torrent file?
Attachments
FreeCAD_0.19.23740_Win-LPv12.1.6_vc14.x-x86-64.7z.torrent
(21.37 KiB) Downloaded 45 times
User avatar
looo
Veteran
Posts: 3941
Joined: Mon Nov 11, 2013 5:29 pm

Re: No new precompiled versions?

Post by looo »

sgrogan wrote: Thu Jan 21, 2021 9:09 pm
I uploaded an appimage to:
https://github.com/looooo/FreeCAD/releases/tag/0.19-pre

if you have conda installed this script should work:

utils:

Code: Select all

wget "https://github.com/FreeCAD/FreeCAD/releases/download/0.18/FreeCAD.0_18.Offline.Doc.7z"
7z x FreeCAD.0_18.Offline.Doc.7z
curl -LO https://raw.githubusercontent.com/AppImage/AppImages/master/pkg2appimage
wget "https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-x86_64.AppImage"
chmod a+x appimagetool-x86_64.AppImage
appimage-creation

Code: Select all

cd conda/linux
bash ./create_bundle.sh
edit: update script
Last edited by looo on Sun Jan 24, 2021 2:13 pm, edited 2 times in total.
User avatar
sgrogan
Veteran
Posts: 6499
Joined: Wed Oct 22, 2014 5:02 pm

Re: No new precompiled versions?

Post by sgrogan »

looo wrote: Fri Jan 22, 2021 6:43 pm Thu Jan 21, 2021 4:09 pm

I uploaded an appimage to:
I copied the files to the releases page.

Should I run the script from an active environment?
"fight the good fight"
User avatar
looo
Veteran
Posts: 3941
Joined: Mon Nov 11, 2013 5:29 pm

Re: No new precompiled versions?

Post by looo »

sgrogan wrote: Fri Jan 22, 2021 7:45 pm Should I run the script from an active environment?
running from base environment should do.
User avatar
SammysHP
Posts: 6
Joined: Sat Dec 19, 2020 6:32 pm
Location: Germany

Re: No new precompiled versions?

Post by SammysHP »

The latest AppImage is 162 MB smaller than the previous version. What has changed that the difference is so big?
User avatar
Kunda1
Veteran
Posts: 13434
Joined: Thu Jan 05, 2017 9:03 pm

Re: No new precompiled versions?

Post by Kunda1 »

SammysHP wrote: Sat Jan 23, 2021 12:52 pm The latest AppImage is 162 MB smaller than the previous version. What has changed that the difference is so big?
Was wondering this myself ;)
Alone you go faster. Together we go farther
Please mark thread [Solved]
Want to contribute back to FC? Checkout:
'good first issues' | Open TODOs and FIXMEs | How to Help FreeCAD | How to report Bugs
Post Reply