Commit Graph

33 Commits

Author SHA1 Message Date
Jacob Oursland
21cfa07283 Conda: pin VTK to 9.2.6. 2024-06-28 11:53:19 -05:00
Adrian Insaurralde Avalos
1219b9f1b4 Unpin pcl on conda devenv and update to use libboost-devel 2024-06-10 10:49:09 -05:00
Jacob Oursland
1f7ab1efc9 Conda: Remove Qt WebEngine. 2024-05-27 10:56:41 -05:00
Jacob Oursland
26784fd441 Conda: add libspnav to linux builds. 2024-05-09 02:00:14 -04:00
Jacob Oursland
67be33d4e9 Conda: pin zstd==1.5.6 to fix Windows CI failures. 2024-05-09 01:28:02 -04:00
Jacob Oursland
215863c799 Conda: Unpin packages post miniforge upgrade.
Miniforge has upgraded from 23.x.y to 24.x.y, permitting the unpinning of dependencies.
Furthermore, these pinned packages cause build issues with the latest version of Miniforge.
2024-03-24 23:03:01 -05:00
Jacob Oursland
def7e5e596 Conda: Unpin OCCT as FreeCAD now builds with OCCT 7.8.0+. 2024-02-19 18:36:00 +01:00
Jacob Oursland
292204ed1e Conda: Unpin coin3d as the latest bugfix version corrects the build incompatibility. 2024-02-19 18:35:14 +01:00
Jacob Oursland
09b344fd34 Conda: Pin Python to prevent automatically downgrading without error. 2024-02-19 18:34:51 +01:00
Jacob Oursland
f301b763f6 Conda: Pin PCL to v1.13.1 to fix build errors on Windows. (#12190) 2024-01-30 00:30:40 -03:00
Jacob Oursland
dd16a4d5c3 Conda: Use python 3.11.*, not 3.11 which is 3.11.0. 2023-12-18 13:23:08 -08:00
Jacob Oursland
9b1da7b3b3 Conda: use --no-prune when setting up the devenv. 2023-12-18 13:08:42 -08:00
Jacob Oursland
de37fa29e2 conda: Add ccache. 2023-12-04 10:15:08 -07:00
Jacob Oursland
806d52aa46 conda: use double quotes for terminal compatibility. 2023-12-04 10:15:08 -07:00
Jacob Oursland
d2fa72103f conda: Remove conda-build and conda-smithy. Add git. (#11597)
* conda: Remove conda-build and conda-smithy.

* conda: Add git.
2023-12-03 18:26:35 -03:00
Jacob Oursland
6c7167043f conda: pin coin3d to v4.0.0 until a fix to v4.0.1 is released. 2023-11-28 12:06:39 -03:00
Jacob Oursland
263a763bbe Add conda and mamba to the conda-devenv. 2023-11-27 16:24:11 -03:00
Pesc0
7cc5799111 Add convenience scripts to install conda development environment. (#11386)
* add remaining env updates

Co-authored-by: Jacob Oursland <jacob.oursland@gmail.com>
Co-authored-by: Adrián Insaurralde Avalos <36372335+adrianinsaval@users.noreply.github.com>
2023-11-14 05:50:18 -03:00
Jacob Oursland
be85c50c62 Update conda development dependencies. 2023-10-02 16:59:55 -03:00
mosfet80
5f20ee2663 Update environment.devenv.yml 2023-06-01 23:37:59 -04:00
Andrew
b955b90439 fix library vulnerability (do not merge)
fix CVE-2023-0465
Update ssl environment.devenv.yml

fix:
CVE-2023-0465 Invalid certificate policies in leaf certificates are silently ignored [Low severity] 23 March 2023
CVE-2023-1255 Input buffer over-read in AES-XTS implementation on 64 bit ARM
CVE-2023-0466 Certificate policy check not enabled [Low severity] 
CVE-2023-0464 Excessive Resource Usage Verifying X.509 Policy Constraints [Low severity] 21 March 2023
wait ssl update version
2023-06-01 23:37:59 -04:00
Jacob Oursland
2dcac3360c Pin conda package libcxx<16 to build with boost 1.78.0. 2023-04-02 16:26:29 -07:00
Jacob Oursland
584f466afb Add conda devenv support for Linux x86-64 and aarch64. 2023-03-29 17:51:32 -07:00
Jacob Oursland
5dfee229bb Add Conda Environment and VS Code configuration. 2023-03-29 04:02:05 -07:00
Adrian Insaurralde Avalos
522a7b3225 Remove unused conda files and PKGBUILD [skip ci] 2022-07-30 19:26:33 +02:00
luz paz
6c265d0453 Use correct name spacemouse so it's uniform and searchable in our code
Make all mentions of `spacemouse` in the code a single word (with no whitespace) so we can parse the source code more accurately to find mentions of it if necessary.
2021-12-06 10:31:06 +01:00
Jose Luis Cercos-Pita
81c3c2260b Enable plot module by default 2021-08-17 19:01:27 +02:00
Jose Luis Cercos-Pita
ecdd01dd7d Remove Ship module 2021-07-05 09:24:21 +02:00
luz paz
6f62fd09df Fix typos in various files [skip-ci]
Found via `codespell 2.0.dev0`  
```
codespell -q 2 -L aci,ake,aline,alle,alledges,alocation,als,ang,anid,ba,beginn,behaviour,bloaded,byteorder,calculater,cancelled,cancelling,cas,cascade,centimetre,childs,colour,colours,commen,currenty,dof,doubleclick,dum,eiter,elemente,feld,freez,hist,iff,indicies,initialisation,initialise,initialised,initialises,initialisiert,ist,kilometre,lod,mantatory,methode,metres,millimetre,modell,nd,noe,normale,normaly,nto,numer,oder,orgin,orginx,orginy,ot,pard,pres,programm,que,recurrance,rougly,seperator,serie,sinc,strack,substraction,te,thist,thru,tread,uint,unter,vertexes,wallthickness,whitespaces -S ./.git,*.po,*.ts,./ChangeLog.txt,./src/3rdParty,./src/Mod/Assembly/App/opendcm,./src/CXX,./src/zipios++,./src/Base/swig*,./src/Mod/Robot/App/kdl_cp,./src/Mod/Import/App/SCL,./src/WindowsInstaller,./src/Doc/FreeCAD.uml
```
2020-09-04 10:10:31 +02:00
Jeffrey Zampieron
689c3c0405 Attempt to auto set conda env 2020-09-03 12:06:59 +02:00
Jeffrey Zampieron
b3588f80c7 Setup scripts for developer env using conda 2020-09-03 12:06:59 +02:00
Jeffrey Zampieron
1c6f0cb999 Setup for local conda build 2020-09-03 12:06:59 +02:00
Jeffrey Zampieron
97a73971e0 Initial build startup works with one-shot conda script 2020-09-03 12:06:59 +02:00