summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 698b988093863015df58048a7f7c2eb0b84fd89b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
# Maintainer: Ignat Harczuk: ignathe -at- gmail com
# Previous Maintainer: Mark Wells: mwellsa -at- gmail com
# Contributor: simone riva: siomone.rva -a- gmail com
# Intel Parallel Studio XE 2017 for Linux - ( Intel compiler icc suite )
##########################################################################
# this PKGBUILD splits the main Parallel Studio XE package in 9 sub-packages:
#
# intel-compiler-base:          Intel C/C++ compiler and base libs
# intel-fortran-compiler:       Intel Fortran compiler and base libs"
# intel-ipp:                    Intel Integrated Performance Primitives
# intel-mkl:                    Intel Math Kernel Library (IntelĀ® MKL)
# intel-mpi:                    Intel Message passing interface (MPI)
# intel-tbb_psxe:               Intel Threading Building Blocks (TBB)
# intel-vtune:                  Intel Vtune Amplifier
# intel-advisor:                Intel Advisor
# intel-inspector:              Intel Inspector
###########################################################################

# Parallel Studio XE
# Copyright (C) 2016       Ignat Harczuk
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program.  If not, see <http://www.gnu.org/licenses/>.

pkgbase="intel-parallel-studio-xe"
pkgname=('intel-compiler-base' 'intel-fortran-compiler' 'intel-ipp' 'intel-mkl' 'intel-mpi' 'intel-tbb_psxe' 'intel-vtune-amplifier-xe' 'intel-inspector' 'intel-advisor' )
PKGEXT='.pkg.tar.lzo'
packager="Alexander Phinikarides"

########################################
#OPTIONS begin
# set to true if you want to remove documentations and examples form the packages.
#_remove_docs=TRUE
_remove_docs=true

# set to true if you want to remove the static objects from the libs.
#_remove_static_objects_mkl=true
_remove_static_objects_mkl=false

#_remove_static_objects_ipp=true
_remove_static_objects_ipp=false
########################################

_year='2017'
_v_a='1'
_v_b='132'
# year, version a and version b found in /opt/intel/compilers_and_libraries_YEAR_A_B

_update='1'

pkgrel=2
#http://registrationcenter-download.intel.com/akdlm/irc_nas/9651/parallel_studio_xe_2017_update1.tgz

_sp=''

_icc_ver='17.0.1' # intel-ccompxe-${_v_b}-${_icc_ver}.noarch.rpm

# _ipp_ver='9.0.3' # intel-ipp-ac-${_v_b}-${_ipp_ver}.${arch}.rpm
# ipp ver not seen in rpm's

_mpi_ver='5.1.3' # intel-mpi-${_v_b}-${_ipp_ver}.${arch}.rpm
# mpi ver not needed

_mkl_ver="11.3.3" # intel-mkl-cluster-${_v_b}-${_mkl_ver}.${arch}.rpm

_tbb_ver='4.4.3' # intel-tbb-${_v_b_}-${_tbb_ver}.noarch.rpm
_vtune_ver='17.1.486011' # intel-vtune-amplifier-xe-${year}-*-${_vtune_ver}.${arch}.rpm
_inspector_ver='17.1.484836' # intel-inspector-${year}-*-${_inspector_ver}.${arch}.rpm
_advisor_ver='17.1.486553' # intel-advisor-${year}-*-${_advisor_ver}.${arch}.rpm

# Different version for docs
_vtune_man_ver='1.0.486011'
_inspector_man_ver='1.1.484836'
_advisor_man_ver='1.1.486553'


pkgver=${_year}.${_icc_ver}.${_v_a}.${_v_b}

_dir_nr='10973'

options=(strip libtool staticlibs)

url="http://software.intel.com/en-us/articles/non-commercial-software-download/"
arch=('x86_64')
license=('custom')
makedepends=('libarchive' 'sed' 'gzip')

_parallel_studio_xe_dir="parallel_studio_xe${_year:+_${_year}}${_sp:+_${_sp}}${_update:+_update${_update}}"

source=(
  "http://registrationcenter-download.intel.com/akdlm/irc_nas/${_dir_nr}/${_parallel_studio_xe_dir}.tgz"
  'intel_compilers.sh'
  'intel_vtune-amplifier-xe.sh'
  'intel_advisor.sh'
  'intel_inspector.sh'
  'intel-composer.install'
  'intel-compiler-base.conf'
  'intel-fortran.conf'
  'intel-openmp.conf'
  'intel-mkl.conf'
  'intel-mpi.conf'
  'intel-ipp.conf'
  'intel-tbb.conf'
  'intel-mkl.sh'
  'intel-mkl.install'
  'intel-mkl-th.conf'
  'intel-tbb.install'
  'EULA.txt'
)


sha256sums=('c808be744c98f7471c61258144859e8e8fc92771934281a16135803e941fd9b0'
            '75fcdfc246949341afddcf51b2037f606f25612a04c199ac1a743247aa7c4ea5'
            '278f9545d14c1fbec737bbfbcafb1b9090d35aab0dfeddc99d4c6e296b56057b'
            'e3103fb1c5e2ec9f0cc4090abb7e273563e735d88e185f527c66b2aebd52e733'
            '3978b721722db7e3127828caf00e6e98539724daffd0a0bdaa287b27bc61b97a'
            '3f96dec03111e69d16bb363acf4d0570e8a9526c09e5e542a7558f1b26d043ef'
            '31ac4d0f30a93fe6393f48cb13761d7d1ce9719708c76a377193d96416bed884'
            '6151bc273b6f741a4ce93d8160b6f167c8ad499dbc6e8e3f6e08d48571d6a52a'
            '99cc9683cc75934cc21bb5a09f6ad83365ee48712719bfd914de9444695eed13'
            'a856326362e9b80c19dc237cbf66bf3d96a69bd7ad1baff99ec9849f8208348c'
            'ed02ea4a0ebc9c32b53155bc5e442c46257f8185ae17833be0b975558bbc951a'
            'da6f41c2e002c9a793c75a18c8d1c85ef7ef5bf83a7a0a158ff144481491aac8'
            '5d3ac1ba31d7fc5795821d95b17956b0c977c8f3576b02f664f8ebf476213a43'
            '5e68c529c65cac54218026c869e54b2ddb268179725fc1e6b56d920470dad999'
            '11398c0ae2e2011902b1d6356d916d41bb8b54d39d090c6c83630f4b0e84e93a'
            'e515cb28bf40cdb0db818db6a2688a0028575153a1b9d5acfb0bc5f13fe45722'
            'fde83eb0071a5bd2887de127b56cc573a254e30131ec7b2d956987512c3e90c2'
            '228ac25e147adb9b872e1a562e522d2fd48809ccae89b765112009896a6d55a5')

#_archive=l_ccompxe${_comp}_p_${pkgver}
if [ "$CARCH" = "i686" ]; then
  _i_arch='ia32'
  _i_arch2='i486'

  _not_arch='intel64'
  _not_arch2='x86_64'
else
  _i_arch='intel64'
  _i_arch2='x86_64'

  _not_arch='ia32'
  _not_arch2='i486'
fi


extract_rpms() {
  cd $2
  for rpm_file in ${rpm_dir}/$1 ; do
    echo -e "    Extracting: ${rpm_file}"
    bsdtar -xf ${rpm_file}
  done
}

set_build_vars() {
  _pkg_ver=${_year}.${_icc_ver}.${_v_a}.${_v_b}
  _composer_xe_dir="compilers_and_libraries_${_year}.${_v_a}.${_v_b}"
  rpm_dir=${srcdir}/${_parallel_studio_xe_dir}/rpm
  xe_build_dir=${srcdir}/cxe_build
  base_dir=${srcdir}/..
  _man_dir=${xe_build_dir}/usr/share/man/man1
}


build() {

  set_build_vars
  echo ${xe_build_dir}

  #  clean the builds dirs
  if [ -d ${srcdir}/opt ] ; then
    rm -rf ${srcdir}/opt
  fi

  if [ -d ${srcdir}/etc ] ; then
    rm -rf ${srcdir}/etc
  fi

  if [ -d ${srcdir}/usr ] ; then
    rm -rf ${srcdir}/usr
  fi

  if [ -d ${xe_build_dir} ] ; then
    rm -rf ${xe_build_dir}
  fi

  echo ${srcdir}

  mkdir -p ${xe_build_dir}

  # START !
  cd ${xe_build_dir}
  mkdir -p ${xe_build_dir}/etc/profile.d

  if [ "$CARCH" = "i686" ]; then
    sed 's/<arch>/ia32/' < ${srcdir}/intel_compilers.sh > ${xe_build_dir}/etc/profile.d/intel_compilers.sh
  else
    sed 's/<arch>/intel64/' < ${srcdir}/intel_compilers.sh > ${xe_build_dir}/etc/profile.d/intel_compilers.sh
  fi

  chmod a+x ${xe_build_dir}/etc/profile.d/intel_compilers.sh

  mkdir -p ${xe_build_dir}/etc/ld.so.conf.d

  _cnt=0
  for files in ${base_dir}/*.lic ; do
    _lic_file[_cnt]=${files}
    _cnt=$(($_cnt+1))
  done


  echo -e ""
  echo -e "-----------------------------------------------------------------------------------"
  mkdir -p ${xe_build_dir}/opt/intel/licenses
  if [ -f "${_lic_file[0]}" ]; then
    cp ${base_dir}/*.lic ${xe_build_dir}/opt/intel/licenses
    echo -e "\e[1mFound license files in ${base_dir}."
    echo -e "These will be installed into /opt/intel/licenses ...\e[0m"
  else
    echo -e "\e[1mNo license files found in ${base_dir}."
    echo -e "Remember to place license files in one of these locations:"
    echo -e "    /opt/intel/licenses"
    echo -e "    ~/intel/licenses"
    echo -e "Or the compiler will not work!\e[0m"
  fi
  echo -e "-----------------------------------------------------------------------------------"
  echo -e ""

  cp ${srcdir}/${_parallel_studio_xe_dir}/license.txt ${xe_build_dir}/opt/intel/license.txt

  echo -e ""
  echo -e "-----------------------------------------------------------------------------------"
  echo -e "\e[1mIMPORTANT - READ BEFORE COPYING, INSTALLING, OR USING.\e[0m"
  echo -e ""
  echo -e "Do not copy, install, or use the \"Materials\" provided under this license agreement (\"Agreement\"), until you"
  echo -e "have carefully read the following terms and conditions."
  echo -e ""
  echo -e "By copying, installing, or otherwise using the Materials, you agree to be bound by the terms of this"
  echo -e "Agreement. If you do not agree to the terms of this Agreement, do not copy, install, or use the Materials."
  echo -e " - A copy of the EULA has been copied in the PKGBUILD directory; plase read carefully the terms and "
  echo -e " - conditions of the Intel license before installing the packages. "
  echo -e "-----------------------------------------------------------------------------------"
  echo -e ""
  echo -e "-----------------------------------------------------------------------------------"
  echo -e " ATTENTION: This PKGBUILD may need up to 20 minutes if you use XZ as a compressor!"
  echo -e "    - The build of the packages: intel-mkl and intel-ipp is particularly slow - "
  echo -e "-----------------------------------------------------------------------------------"
  echo -e ""
  echo -e ""
  echo -e "-----------------------------------------------------------------------------------"
  echo -e " \e[1m\e[5mATTENTION: \e[0m \e[1m\e[31mThis PKGBUILD works with yaourt, "
  echo -e "but consumes a lot of RAM! \e[0m "
  echo -e " Using the makepkg command for building this package is recommended."
  echo -e "-----------------------------------------------------------------------------------"
  echo -e ""
  echo -e ""
  echo -e "-----------------------------------------------------------------------------------"
  echo -e "\e[1m #################### \e[0m"
  echo -e "\e[1m ##### Options: ##### \e[0m"
  if  ${_remove_docs} ; then
    echo -e " Remove Documentation: YES "
  else
    echo -e " Remove Documentation: NO "
  fi

  if  ${_remove_static_objects_mkl} ; then
    echo -e ""
    echo -e "\e[1m Remove Static Objects from MKL: YES \e[0m \e[1m\e[5m\e[31m ATTENTION !!!! \e[0m "
    echo -e "\e[1m If your software is based on the static objects edit the option at the line 50 of this PKGBUILD \e[0m "
  else
    echo -e " Remove Static Objects: NO "
  fi
  echo -e "-----------------------------------------------------------------------------------"
  echo -e ""
  if  ${_remove_static_objects_ipp} ; then
    echo -e ""
    echo -e "\e[1m Remove Static Objects from IPP: YES \e[0m \e[1m\e[5m\e[31m ATTENTION !!!! \e[0m "
    echo -e "\e[1m If your software is based on the static objects edit the option at the line 50 of this PKGBUILD \e[0m "
  else
    echo -e " Remove Static Objects: NO "
  fi
  echo -e "-----------------------------------------------------------------------------------"
  echo -e ""
  echo -e ""


  cd ${xe_build_dir}/opt/intel
  ln -s ./${_composer_xe_dir} composerxe

  ln -s ./composerxe/linux/bin/${_i_arch} bin
  ln -s ./composerxe/linux/pkg_bin pkg_bin

  ln -s ./composerxe/linux/ipp/ ipp
  ln -s ./composerxe/linux/compiler/lib/${_i_arch} lib
  # ln -s ./composerxe/linux/debugger/lib/${_i_arch} debugger_lib
  # ln -s ./composerxe/linux/man/ man
  ln -s ./composerxe/linux/mkl/ mkl
  ln -s ./composerxe/linux/tbb/ tbb

  _current_dir=`pwd`
  if [ -d ${pkgdir}/opt ] ; then
    cd ${pkgdir}
    rm -rf opt
    cd $_current_dir
  fi ;

  cd  ${srcdir}/${_parallel_studio_xe_dir}/rpm
  rm -v -f *.${_not_arch2}.rpm
  cd $_current_dir
}


package_intel-compiler-base() {

  set_build_vars

  pkgdesc="Intel C/C++ $_icc_ver"
  pkgver=${_pkg_ver}
  install=intel-composer.install

  echo -e " # intel_compiler-base: Start Building"

  mkdir -p ${xe_build_dir}/opt
  mkdir -p ${xe_build_dir}/etc/profile.d
  mkdir -p ${_man_dir}


  cp ${srcdir}/intel-compiler-base.conf ${xe_build_dir}/etc/ld.so.conf.d

  cd ${xe_build_dir}
  echo -e " # intel_compiler-base: Extracting RPMS"


  extract_rpms 'intel-icc*.rpm'  $xe_build_dir
  extract_rpms 'intel-comp*.rpm'  $xe_build_dir
  extract_rpms 'intel-ccomp*.rpm'  $xe_build_dir
  extract_rpms 'intel-openmp*.rpm'  $xe_build_dir


  echo -e " # intel_compiler-base: Editing variables"
  cd ${xe_build_dir}/opt/intel/${_composer_xe_dir}/linux/bin

  #rm uninstall.sh
  rm *.csh

  for f in *.sh ; do
    sed -i 's/<PRODDIR>/\/opt\/intel/g' $f
    sed -i 's/<INSTALLDIR>/\/opt\/intel\/composerxe\/linux/g' $f
  done

  cd $_i_arch
  sed -i 's/<INSTALLDIR>/\/opt\/intel\/composerxe\/linux/g' loopprofileviewer.sh
  chmod a+x loopprofileviewer.sh
  rm loopprofileviewer.csh

  if $_remove_docs ; then
    echo -e " # intel_compiler-base: Remove docs"
    rm -rf ${xe_build_dir}/opt/intel/${_composer_xe_dir}/linux/documentation
    rm -rf ${xe_build_dir}/opt/intel/${_composer_xe_dir}/linux/Documentation
    rm -rf ${xe_build_dir}/opt/intel/${_composer_xe_dir}/linux/Samples
  fi

  echo -e " # intel_compiler-base: Coping man pages"
  mv ${xe_build_dir}/opt/intel/documentation_${_year}/en/man/common/man1/*.1 ${_man_dir}

  cd ${_man_dir}
  for f in *.1 ; do
    gzip $f
  done

  cd ${xe_build_dir}

  echo -e " # intel_compiler-base: Move package"
  mv ${xe_build_dir}/opt ${pkgdir}
  mv ${xe_build_dir}/etc ${pkgdir}
  mv ${xe_build_dir}/usr ${pkgdir}
}

package_intel-fortran-compiler() {

  set_build_vars

  pkgdesc="Intel Fortran compiler $_icc_ver"
  pkgver=${_pkg_ver}
  depends=('intel-compiler-base')
  install=intel-composer.install

  echo -e " # intel-fortran-compiler: Start Building"

  mkdir -p ${xe_build_dir}/opt
  mkdir -p ${xe_build_dir}/etc/profile.d
  mkdir -p ${xe_build_dir}/etc/ld.so.conf.d
  mkdir -p ${_man_dir}

  if [ "$CARCH" = "i686" ]; then
    sed 's/<arch>/ia32/' < ${srcdir}/intel-fortran.conf > ${xe_build_dir}/etc/ld.so.conf.d/intel-fortran.conf
  else
    sed 's/<arch>/intel64/' < ${srcdir}/intel-fortran.conf > ${xe_build_dir}/etc/ld.so.conf.d/intel-fortran.conf
  fi

  cd ${xe_build_dir}

  echo -e " # intel-fortran-compiler: Extracting RPMS"

  extract_rpms 'intel-ifort*.rpm'  $xe_build_dir

  echo -e " # intel-fortran-compiler: Editing variables"
  cd ${xe_build_dir}/opt/intel/${_composer_xe_dir}/linux/bin

  rm *.csh

  #Remove duplicate logo and .css found in intel base
  rm ${xe_build_dir}/opt/intel/documentation_${_year}/en/compiler_f/ps${_year}/resources/intel_gsp_styles.css
  rm ${xe_build_dir}/opt/intel/documentation_${_year}/en/compiler_f/ps${_year}/resources/intel_logo.png

  if $_remove_docs ; then
    echo -e " # intel-fortran-compiler: Remove documentation"
    rm -rf ${xe_build_dir}/opt/intel/${_composer_xe_dir}/linux/documentation
    rm -rf ${xe_build_dir}/opt/intel/${_composer_xe_dir}/linux/Documentation
    rm -rf ${xe_build_dir}/opt/intel/${_composer_xe_dir}/linux/Samples
  fi

  echo -e " # intel-fortran-compiler: Coping man pages"
  mv ${xe_build_dir}/opt/intel/documentation_${_year}/en/man/common/man1/*.1 ${_man_dir}

  cd ${_man_dir}
  for f in *.1 ; do
    gzip $f
  done

  cd ${xe_build_dir}

  echo -e " # intel-fortran-compiler: Move package"
  mv ${xe_build_dir}/opt ${pkgdir}
  mv ${xe_build_dir}/etc ${pkgdir}
  mv ${xe_build_dir}/usr ${pkgdir}
}

package_intel-ipp() {

  set_build_vars

  pkgdesc="Intel Integrated Performance Primitives $_ipp_ver"
  pkgver=${_pkg_ver}
  #depends=('intel-compiler-base')
  install=intel-composer.install

  echo -e " # intel-ipp: Start Building"

  mkdir -p ${xe_build_dir}/opt

  mkdir -p ${xe_build_dir}/etc/ld.so.conf.d

  if [ "$CARCH" = "i686" ]; then
    sed 's/<arch>/ia32/' < ${srcdir}/intel-ipp.conf > ${xe_build_dir}/etc/ld.so.conf.d/intel-ipp.conf
  else
    sed 's/<arch>/intel64/' < ${srcdir}/intel-ipp.conf > ${xe_build_dir}/etc/ld.so.conf.d/intel-ipp.conf
  fi

  cd ${xe_build_dir}
  echo -e " # intel-ipp: Extracting RPMS"

  extract_rpms 'intel-ipp-*.rpm'  $xe_build_dir

  echo -e " # intel-ipp: Editing variables"
  cd ${xe_build_dir}/opt/intel/${_composer_xe_dir}/linux/ipp/bin
  rm ippvars.csh
  sed -i 's/<INSTALLDIR>/\/opt\/intel\/composerxe\/linux/g' ippvars.sh

  #cd $_i_arch
  #rm ippvars_${_i_arch}.csh
  #sed -i 's/<INSTALLDIR>/\/opt\/intel\/composerxe\/linux/g' ippvars_${_i_arch}.sh

  # remove the unneeded and problematic ipp_minigzip and ipp_gzip
  #for _z_dir_name in 'ipp_zlib' 'ipp_gzip' 'ipp_bzip2'  ; do
  #  rm -rf ${xe_build_dir}/opt/intel/${_composer_xe_dir}/bin/ipp/interfaces/data-compression/${_z_dir_name}/bin/${_not_arch}
  #done

  if ${_remove_docs} ; then
    echo -e " # intel-ipp: Remove documentation"
    rm -rf ${xe_build_dir}/opt/intel/${_composer_xe_dir}/linux/Documentation
  fi

  if ${_remove_static_objects_ipp} ; then
    echo -e " # intel-ipp: Remove static objects"
    rm -f ${xe_build_dir}/opt/intel/${_composer_xe_dir}/linux/ipp/lib/${_i_arch}/libipp*.a
    rm -f ${xe_build_dir}/opt/intel/${_composer_xe_dir}/linux/ipp/lib/${_i_arch}/nonpic/libipp*.a
    rmdir ${xe_build_dir}/opt/intel/${_composer_xe_dir}/linux/ipp/lib/${_i_arch}/nonpic/
  fi

  echo -e " # intel-ipp: Move package"
  mv ${xe_build_dir}/opt ${pkgdir}
  mv ${xe_build_dir}/etc ${pkgdir}
}

package_intel-mkl() {

  set_build_vars

  pkgdesc="Intel Math Kernel Library (IntelĀ® MKL) $_mkl_ver"
  pkgver=${_pkg_ver}
  #depends=('intel-compiler-base')
  install=intel-mkl.install
  backup=('etc/intel-mkl-th.conf')

  echo -e " # intel-mkl: Start Building"

  mkdir -p ${xe_build_dir}/opt
  mkdir -p ${xe_build_dir}/etc/ld.so.conf.d
  mkdir -p ${xe_build_dir}/etc/profile.d

  cp ${srcdir}/intel-mkl.sh ${xe_build_dir}/etc/profile.d/
  chmod a+x ${xe_build_dir}/etc/profile.d/intel-mkl.sh

  cp ${srcdir}/intel-mkl-th.conf ${xe_build_dir}/etc/

  if [ "$CARCH" = "i686" ]; then
    sed 's/<arch>/ia32/' < ${srcdir}/intel-mkl.conf > ${xe_build_dir}/etc/ld.so.conf.d/intel-mkl.conf
  else
    sed 's/<arch>/intel64/' < ${srcdir}/intel-mkl.conf > ${xe_build_dir}/etc/ld.so.conf.d/intel-mkl.conf
  fi

  cd ${xe_build_dir}

  echo -e " # intel-mkl: Extracting RPMS"
  extract_rpms 'intel-mkl-*.rpm'  $xe_build_dir

  echo -e " # intel-mkl: Editing variables"
  cd ${xe_build_dir}/opt/intel/${_composer_xe_dir}/linux/mkl/bin
  rm mklvars.csh
  sed -i 's/<INSTALLDIR>/\/opt\/intel\/composerxe\/linux/g' mklvars.sh

  rm -rf ./${_not_arch}

  #cd $_i_arch
  #rm mklvars_${_i_arch}.csh
  #sed -i 's/<INSTALLDIR>/\/opt\/intel\/composerxe\/linux/g' mklvars_${_i_arch}.sh

  if ${_remove_docs} ; then
    echo -e " # intel-mkl: remove documentation"
    #rm -rf ${xe_build_dir}/opt/intel/${_composer_xe_dir}/linux/Documentation
    rm -rf ${xe_build_dir}/opt/intel/${_composer_xe_dir}/linux/mkl/examples
    rm -rf ${xe_build_dir}/opt/intel/${_composer_xe_dir}/linux/mkl/benchmarks
  fi

  if ${_remove_static_objects_mkl} ; then
    echo -e " # intel-mkl: remove static objects"
    rm -f ${xe_build_dir}/opt/intel/${_composer_xe_dir}/linux/mkl/lib/${_i_arch}/libmkl_*.a
    rm -f ${xe_build_dir}/opt/intel/${_composer_xe_dir}/linux/mkl/lib/mic/libmkl_*.a
  fi

  echo -e " # intel-mkl: Move package"
  mv ${xe_build_dir}/opt ${pkgdir}
  mv ${xe_build_dir}/etc ${pkgdir}
}

package_intel-mpi() {

  set_build_vars

  pkgdesc="Intel MPI library $_mpi_ver"
  pkgver=${_pkg_ver}
  #depends=('intel-compiler-base')
  #install=intel-mpi.install

  echo -e " # intel-mpi: Start Building "

  mkdir -p ${xe_build_dir}/opt
  mkdir -p ${xe_build_dir}/bin
  mkdir -p ${xe_build_dir}/etc/ld.so.conf.d

  if [ "$CARCH" = "i686" ]; then
    sed 's/<arch>/ia32/' < ${srcdir}/intel-mpi.conf > ${xe_build_dir}/etc/ld.so.conf.d/intel-mpi.conf
  else
    sed 's/<arch>/intel64/' < ${srcdir}/intel-mpi.conf > ${xe_build_dir}/etc/ld.so.conf.d/intel-mpi.conf
  fi

  cd ${xe_build_dir}

  echo -e " # intel-mpi: Extracting RPMS "
  extract_rpms 'intel-mpi-*.rpm'  $xe_build_dir


  echo -e " # intel-mpi: Editing variables "
  cd ${xe_build_dir}/opt/intel/${_composer_xe_dir}/linux/mpi/${_i_arch}/bin
  rm mpivars.csh

  #for i in mpd* mpi*    no mpd longer since 2017?
  for i in mpi*
  do
    sed -i 's/I_MPI_SUBSTITUTE_INSTALLDIR/\/opt\/intel\/composerxe\/linux\/mpi/g' $i
  done

  chmod a+x mpivars.sh

  #echo -e " # intel-mpi: Remove unneeded libs and bin "
  #rm -rf ${xe_build_dir}/opt/intel/${_composer_xe_dir}/linux/mpi/bin64/${_not_arch}
  #rm -rf ${xe_build_dir}/opt/intel/${_composer_xe_dir}/linux/mpi/lib/${_not_arch}

  #if $_remove_docs ; then
  #  echo -e " # intel-tbb: remove documentation "
  #  rm -rf ${xe_build_dir}/opt/intel/${_composer_xe_dir}/linux/Documentation
  #  rm -rf ${xe_build_dir}/opt/intel/${_composer_xe_dir}/linux/tbb/examples
  #fi

  echo -e " # intel-mpi: Move package "
  mv ${xe_build_dir}/opt ${pkgdir}
  mv ${xe_build_dir}/etc ${pkgdir}
}

package_intel-tbb_psxe() {

  set_build_vars

  pkgdesc="Intel Threading Building Blocks (TBB) $_tbb_ver"
  pkgver=${_pkg_ver}
  #depends=('intel-compiler-base')
  install=intel-tbb.install

  echo -e " # intel-tbb: Start Building "

  mkdir -p ${xe_build_dir}/opt
  mkdir -p ${xe_build_dir}/etc/ld.so.conf.d

  if [ "$CARCH" = "i686" ]; then
    sed 's/<arch>/ia32/' < ${srcdir}/intel-tbb.conf > ${xe_build_dir}/etc/ld.so.conf.d/intel-tbb.conf
    sed -i 's/<INSTALLDIR>/\/opt\/intel\/composerxe/g' ${xe_build_dir}/etc/ld.so.conf.d/intel-tbb.conf
  else
    sed 's/<arch>/intel64/' < ${srcdir}/intel-tbb.conf > ${xe_build_dir}/etc/ld.so.conf.d/intel-tbb.conf
    sed -i 's/<INSTALLDIR>/\/opt\/intel\/composerxe/g' ${xe_build_dir}/etc/ld.so.conf.d/intel-tbb.conf
  fi

  cd ${xe_build_dir}

  echo -e " # intel-tbb: Extracting RPMS "
  extract_rpms 'intel-tbb-*.rpm'  $xe_build_dir


  echo -e " # intel-tbb: Editing variables "
  cd ${xe_build_dir}/opt/intel/${_composer_xe_dir}/linux/tbb/bin
  rm tbbvars.csh

  sed -i 's/SUBSTITUTE_INSTALL_DIR_HERE/\/opt\/intel\/composerxe\/linux\/tbb/g' tbbvars.sh

  chmod a+x tbbvars.sh

  echo -e " # intel-tbb: Remove unneeded libs and bin "
  rm -rf ${xe_build_dir}/opt/intel/${_composer_xe_dir}/linux/tbb/bin/${_not_arch}
  rm -rf ${xe_build_dir}/opt/intel/${_composer_xe_dir}/linux/tbb/lib/${_not_arch}

  if $_remove_docs ; then
    echo -e " # intel-tbb: remove documentation "
    rm -rf ${xe_build_dir}/opt/intel/${_composer_xe_dir}/linux/Documentation
    rm -rf ${xe_build_dir}/opt/intel/${_composer_xe_dir}/linux/tbb/examples
  fi

  echo -e " # intel-tbb: Move package "
  mv ${xe_build_dir}/opt ${pkgdir}
  mv ${xe_build_dir}/etc ${pkgdir}
}

package_intel-vtune-amplifier-xe() {

  set_build_vars

  pkgdesc="Performance profiler for serial and parallel performance analysis $_vtune_ver"
  pkgver=${_pkg_ver}
  depends=('pangox-compat')

  echo -e " # intel-vtune-amplifier-xe: Start building"
  mkdir -p ${xe_build_dir}/opt
  mkdir -p ${xe_build_dir}/etc/ld.so.conf.d
  mkdir -p ${xe_build_dir}/etc/profile.d
  mkdir -p ${_man_dir}

  echo -e " # intel-vtune-amplifier-xe: Editing variables "
  if [ "$CARCH" = "i686" ]; then
    sed -i 's/<arch>/bin32/g' ${srcdir}/intel_vtune-amplifier-xe.sh
  else
    sed -i 's/<arch>/bin64/g' ${srcdir}/intel_vtune-amplifier-xe.sh
  fi
  cp ${srcdir}/intel_vtune-amplifier-xe.sh ${xe_build_dir}/etc/profile.d/
  chmod a+x ${xe_build_dir}/etc/profile.d/intel_vtune-amplifier-xe.sh

  cd ${xe_build_dir}
  echo -e " # intel-vtune-amplifier-xe: Extracting RPMS "
  extract_rpms 'intel-vtune-amplifier-xe-*.rpm'  $xe_build_dir

  echo -e " # intel-vtune-amplifier-xe: Coping man pages"
  mv ${xe_build_dir}/opt/intel/vtune_amplifier_xe_${_year}.${_vtune_man_ver}/man/man1/*.1 ${_man_dir}
  #mv ${xe_build_dir}/opt/intel/vtune_amplifier_xe_${_year}.${_vtune_ver}/man/man1/*.1 ${_man_dir}

  cd ${_man_dir}
  for f in *.1 ; do
    gzip $f
  done

  if $_remove_docs ; then
    echo -e " # intel-vtune-amplifier-xe: remove documentation "
    rm -rf ${xe_build_dir}/opt/intel/vtune_amplifier_xe_${_year}.${_vtune_ver}/samples
    rm -rf ${xe_build_dir}/opt/intel/vtune_amplifier_xe_${_year}.${_vtune_ver}/documentation
  fi

  echo -e " # intel-vtune-amplifier-xe: Move package"
  mv ${xe_build_dir}/opt ${pkgdir}
  mv ${xe_build_dir}/etc ${pkgdir}
  mv ${xe_build_dir}/usr ${pkgdir}
}

package_intel-advisor() {

  set_build_vars

  pkgdesc="Threading design and prototyping tool for software architects $_advisor_ver"
  pkgver=${_pkg_ver}
  conflicts=( 'intel-advisor-xe' )

  echo -e " # intel-advisor: Start building"
  mkdir -p ${xe_build_dir}/opt
  mkdir -p ${xe_build_dir}/etc/ld.so.conf.d
  mkdir -p ${xe_build_dir}/etc/profile.d
  mkdir -p ${_man_dir}

  echo -e " # intel-advisor: Editing variables "
  if [ "$CARCH" = "i686" ]; then
    sed -i 's/<arch>/bin32/g' ${srcdir}/intel_advisor.sh
  else
    sed -i 's/<arch>/bin64/g' ${srcdir}/intel_advisor.sh
  fi
  cp ${srcdir}/intel_advisor.sh ${xe_build_dir}/etc/profile.d/
  chmod a+x ${xe_build_dir}/etc/profile.d/intel_advisor.sh

  cd ${xe_build_dir}
  echo -e " # intel-advisor: Extracting RPMS "
  extract_rpms 'intel-advisor-*.rpm'  $xe_build_dir

  echo -e " # intel-advisor: Coping man pages"
  #mv ${xe_build_dir}/opt/intel/advisor_${_year}.${_advisor_ver}/man/man1/*.1 ${_man_dir}
  mv ${xe_build_dir}/opt/intel/advisor_${_year}.${_advisor_man_ver}/man/man1/*.1 ${_man_dir}

  cd ${_man_dir}
  for f in *.1 ; do
    gzip $f
  done

  if $_remove_docs ; then
    echo -e " # intel-vtune-amplifier-xe: remove documentation "
    rm -rf ${xe_build_dir}/opt/intel/advisor_${_year}.${_advisor_ver}/samples
    rm -rf ${xe_build_dir}/opt/intel/advisor_${_year}.${_advisor_ver}/documentation
  fi

  echo -e " # intel-advisor: Move package"
  mv ${xe_build_dir}/opt ${pkgdir}
  mv ${xe_build_dir}/etc ${pkgdir}
  mv ${xe_build_dir}/usr ${pkgdir}
}

package_intel-inspector() {
  set_build_vars
  pkgdesc="Memory and thread debugger $_inspector_ver"
  pkgver=${_pkg_ver}
  conflicts=('intel-inspector-xe')

  echo -e " # intel-inspector: Start building"
  mkdir -p ${xe_build_dir}/opt
  mkdir -p ${xe_build_dir}/etc/ld.so.conf.d
  mkdir -p ${xe_build_dir}/etc/profile.d
  mkdir -p ${_man_dir}

  echo -e " # intel-inspector: Editing variables "
  if [ "$CARCH" = "i686" ]; then
    sed -i 's/<arch>/bin32/g' ${srcdir}/intel_inspector.sh
  else
    sed -i 's/<arch>/bin64/g' ${srcdir}/intel_inspector.sh
  fi
  cp ${srcdir}/intel_inspector.sh ${xe_build_dir}/etc/profile.d/
  chmod a+x ${xe_build_dir}/etc/profile.d/intel_inspector.sh

  cd ${xe_build_dir}
  echo -e " # intel-inspector: Extracting RPMS "
  extract_rpms 'intel-inspector-*.rpm'  $xe_build_dir

  echo -e " # intel-inspector: Coping man pages"
  mv ${xe_build_dir}/opt/intel/inspector_${_year}.${_inspector_man_ver}/man/man1/*.1 ${_man_dir}

  cd ${_man_dir}
  for f in *.1 ; do
    gzip $f
  done

  if $_remove_docs ; then
    echo -e " # intel-vtune-amplifier-xe: remove documentation "
    rm -rf ${xe_build_dir}/opt/intel/inspector_${_year}.${_inspector_ver}/samples
    rm -rf ${xe_build_dir}/opt/intel/inspector_${_year}.${_inspector_ver}/documentation
  fi

  echo -e " # intel-inspector: Move package"
  mv ${xe_build_dir}/opt ${pkgdir}
  mv ${xe_build_dir}/etc ${pkgdir}
  mv ${xe_build_dir}/usr ${pkgdir}
}
pkgdesc="Intel C++ C and FORTRAN compiler - Intel Parallel Studio XE - Cluster Edition - icc icpc ifort ipp mkl"
depends=('bash' 'gcc')