Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
LOFAR
Manage
Activity
Members
Labels
Plan
Issues
Wiki
Jira issues
Open Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RadioObservatory
LOFAR
Commits
fd87c972
Commit
fd87c972
authored
16 years ago
by
Marcel Loose
Browse files
Options
Downloads
Patches
Plain Diff
Bug 835: lfr_pylibdir now points to either lib or lib64, depending on the CPU/OS type
parent
14fa1daf
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
autoconf_share/lofar_python.m4
+1
-1
1 addition, 1 deletion
autoconf_share/lofar_python.m4
with
1 addition
and
1 deletion
autoconf_share/lofar_python.m4
+
1
−
1
View file @
fd87c972
...
@@ -35,7 +35,7 @@ AM_PATH_PYTHON([2.4])
...
@@ -35,7 +35,7 @@ AM_PATH_PYTHON([2.4])
[
[
# Find python library and include directory and append to paths
# Find python library and include directory and append to paths
lfr_pyincdir=`$PYTHON -c "from distutils import sysconfig; print sysconfig.get_python_inc()"`
lfr_pyincdir=`$PYTHON -c "from distutils import sysconfig; print sysconfig.get_python_inc()"`
lfr_pylibdir=`$PYTHON -c "from distutils import sysconfig; print sysconfig.PREFIX"`/
lib
lfr_pylibdir=`$PYTHON -c "from distutils import sysconfig; print sysconfig.PREFIX"`/
$lofar_libdirext
lfr_pyvers=`$PYTHON -c "from distutils import sysconfig; print sysconfig.get_python_version()"`
lfr_pyvers=`$PYTHON -c "from distutils import sysconfig; print sysconfig.get_python_version()"`
lfr_pylibs=
lfr_pylibs=
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment