Skip to content

Commit

Permalink
fixup! adding easyconfigs: FreeCAD-1.0rc2-foss-2023b.eb with deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Louwrensth committed Sep 29, 2024
1 parent ee65fff commit 82335f2
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion easybuild/easyconfigs/f/FreeCAD/FreeCAD-1.0rc2-foss-2023b.eb
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,11 @@ sanity_check_paths = {
'lib64/libSMESH.so',
'lib64/FreeCAD.so',
],
'dirs': ['bin', 'share/pkgconfig', 'lib64'],
'dirs': [
'bin',
'share/pkgconfig',
'lib64',
],
}

postinstallcmds = [
Expand All @@ -106,10 +110,13 @@ postinstallcmds = [

modextrapaths = {
'QT_PLUGIN_PATH': 'plugins',
'PYTHONPATH': 'lib',
}

sanity_check_commands = [
'FreeCAD -c "print(2+2)"',
'freecadcmd -c "print(2+2)"',
'python -c "import FreeCAD; vec = FreeCAD.Base.Vector(0, 0, 0); print(vec);"',
]

moduleclass = 'vis'

0 comments on commit 82335f2

Please sign in to comment.