You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since makepkg will change the current directory to $srcdir and symlink the source files to $srcdir automatically, the following lines could be changed like this:
sed 's/<arch>/ia32/'< ../intel-fortran.conf >${xe_build_dir}/etc/ld.so.conf.d/intel-fortran.conf
To:
sed 's/<arch>/ia32/'< intel-fortran.conf >${xe_build_dir}/etc/ld.so.conf.d/intel-fortran.conf
The change doesn't make sense to users who use makepkg to build it on their own computer. But for OpenSUSE Build Service, the former one results in error 'File intel-fortran.conf not found', while the latter one works good. Hence it makes sense to users who build it on OpenSUSE Build Service.
Since
makepkg
will change the current directory to$srcdir
and symlink the source files to$srcdir
automatically, the following lines could be changed like this:Lines:
https://github.com/simon-r/intel-parallel-studio-xe/blob/master/PKGBUILD#L438
https://github.com/simon-r/intel-parallel-studio-xe/blob/master/PKGBUILD#L440
https://github.com/simon-r/intel-parallel-studio-xe/blob/master/PKGBUILD#L498
https://github.com/simon-r/intel-parallel-studio-xe/blob/master/PKGBUILD#L500
Example:
From:
To:
The change doesn't make sense to users who use
makepkg
to build it on their own computer. But for OpenSUSE Build Service, the former one results in error 'File intel-fortran.conf not found', while the latter one works good. Hence it makes sense to users who build it on OpenSUSE Build Service.Hope for your reply!
Yours, sincerely
Refer to #5
The text was updated successfully, but these errors were encountered: