Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
gstlal
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue 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
Duncan Macleod
gstlal
Commits
2939ad38
Commit
2939ad38
authored
7 years ago
by
Alexander Pace
Browse files
Options
Downloads
Patches
Plain Diff
fixed some python path errors on opt. makefile
parent
d2e19442
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
gstlal-inspiral/share/O2/optimised/Makefile.ligosoftware_icc_gstreamer-1.0
+3
-3
3 additions, 3 deletions
...hare/O2/optimised/Makefile.ligosoftware_icc_gstreamer-1.0
with
3 additions
and
3 deletions
gstlal-inspiral/share/O2/optimised/Makefile.ligosoftware_icc_gstreamer-1.0
+
3
−
3
View file @
2939ad38
...
...
@@ -103,7 +103,7 @@ GSL_2_TARGET=$(INSTALL_DIR)/lib/pkgconfig/gsl.pc.orig
GSL_1_TARGET
=
$(
INSTALL_DIR
)
/lib/libgsl.so
ORC_TARGET
=
$(
INSTALL_DIR
)
/lib/liborc-0.4.so
FFTW_TARGET
=
$(
INSTALL_DIR
)
/lib/libfftw3.so
PYFFTW_TARGET
=
$(
INSTALL_DIR
)
/lib/python2.7/site-packages/pyfftw/pyfftw.so
PYFFTW_TARGET
=
$(
INSTALL_DIR
)
/lib
64
/python2.7/site-packages/pyfftw/pyfftw.so
# tarballs
GSTLALINSPIRAL_TAR_TARGET
=
$(
TAR_DIR
)
/
$(
GSTLALINSPIRAL
)
.tar.gz
GSTLALCALIB_TAR_TARGET
=
$(
TAR_DIR
)
/
$(
GSTLALCALIBRATION
)
.tar.gz
...
...
@@ -568,7 +568,7 @@ $(GSTPYTHON_TARGET) : $(GSTGOOD_TARGET)
@
echo
$(
GREEN
)
gst-python
$(
WHITE
)
1>&2
mkdir
-p
$(
INSTALL_DIR
)
/lib64/python2.7/site-packages/gi/overrides
tar
-xf
$(
TAR_DIR
)
/
$(
GSTPYTHON
)
.tar.xz
-C
$(
SRC_DIR
)
cd
$(
SRC_DIR
)
/
$(
GSTPYTHON
)
&&
./configure
--prefix
=
$(
INSTALL_DIR
)
--exec-prefix
=
$(
INSTALL_DIR
)
--with-libpython-dir
=
/usr/lib
--with-pygi-overrides-dir
=
$(
INSTALL_DIR
)
/lib/python2.7/site-packages/gi/overrides
cd
$(
SRC_DIR
)
/
$(
GSTPYTHON
)
&&
./configure
--prefix
=
$(
INSTALL_DIR
)
--exec-prefix
=
$(
INSTALL_DIR
)
--with-libpython-dir
=
/usr/lib
--with-pygi-overrides-dir
=
$(
INSTALL_DIR
)
/lib
64
/python2.7/site-packages/gi/overrides
cd
$(
SRC_DIR
)
/
$(
GSTPYTHON
)
&&
make
-j
$(
CORES
)
&&
make
install
-j
$(
CORES
)
# gstreamer plugin good
...
...
@@ -644,7 +644,7 @@ $(FFTW_TARGET) : $(LOGS_DIR)/patch.txt
@
echo
$(
GREEN
)
fftw
$(
WHITE
)
1>&2
tar
-xzf
$(
TAR_DIR
)
/
$(
FFTW
)
.tar.gz
-C
$(
SRC_DIR
)
cd
$(
SRC_DIR
)
/
$(
FFTW
)
&&
\
./configure
CFLAGS
=
"-O3 -march=native -lmkl_core -lmkl_intel_lp64 -lmkl_sequential -lm -lpthread -Wno-write-strings -lirc -limf -Wl,-rpath,
${
PWD
}
/opt/lib"
LDFLAGS
=
"
${
LDFLAGS_INTEL
}
"
--enable-shared
--enable-sse
--enable-sse2
--enable-avx
--enable-float
--enable-avx
--enable-fma
--enable-avx2
--enable-threads
--prefix
=
$(
INSTALL_DIR
)
&&
\
./configure
CFLAGS
=
"-O3 -march=native -lmkl_core -lmkl_intel_lp64 -lmkl_sequential -lm -lpthread -Wno-write-strings -lirc -limf -Wl,-rpath,
${
PWD
}
/opt/lib"
LDFLAGS
=
"
${
LDFLAGS_INTEL
}
"
--enable-shared
--enable-sse
--enable-sse2
--enable-avx
--enable-float
--enable-fma
--enable-avx2
--enable-threads
--prefix
=
$(
INSTALL_DIR
)
&&
\
make
-j
$(
CORES
)
&&
make
install
-j
$(
CORES
)
&&
make clean
&&
\
./configure
CFLAGS
=
"-O3 -march=native -lmkl_core -lmkl_intel_lp64 -lmkl_sequential -lm -lpthread -Wno-write-strings -lirc -limf -Wl,-rpath,
${
PWD
}
/opt/lib"
LDFLAGS
=
"
${
LDFLAGS_INTEL
}
"
--enable-shared
--enable-sse2
--enable-avx
--enable-avx
--enable-fma
--enable-avx2
--enable-threads
--prefix
=
$(
INSTALL_DIR
)
&&
\
make
-j
$(
CORES
)
&&
make
install
-j
$(
CORES
)
&&
make clean
&&
\
...
...
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