We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent add658c commit 70f3f38Copy full SHA for 70f3f38
misc/klayout/force-python-dynamic-link.patch
@@ -35,7 +35,7 @@ index e49c132e5..a035474bc 100755
35
- echo " Python library found: $PYTHONLIBFILE"
36
- fi
37
38
-+ PYTHONLIBFILE=-lpython`$PYTHON -c "import sysconfig; print(sysconfig.get_config_vars('VERSION')[0])" 2>/dev/null`
++ PYTHONLIBFILE=-lpython`$PYTHON -c "import sysconfig; print(sysconfig.get_config_vars('LDVERSION')[0])" 2>/dev/null`
39
+ echo " Python library found: $PYTHONLIBFILE"
40
fi
41
misc/klayout/meta.yaml
@@ -44,7 +44,7 @@ requirements:
44
- ruby
45
- qt
46
run:
47
- - python
+ - python {{ python_version }}
48
49
50
0 commit comments