mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-11 16:49:16 +05:00
set ulimit when building linux pip packages
This commit is contained in:
parent
dc2cbc01f1
commit
748e2c742c
@ -1,4 +1,5 @@
|
|||||||
set -e
|
set -e
|
||||||
|
ulimit -n 1024000 # lower open file limit, seems to affect performance
|
||||||
yum -y update
|
yum -y update
|
||||||
yum -y install ninja-build fontconfig-devel tk-devel tcl-devel libXmu-devel mesa-libGLU-devel ccache
|
yum -y install ninja-build fontconfig-devel tk-devel tcl-devel libXmu-devel mesa-libGLU-devel ccache
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user