Page Menu
Home
Solus
Search
Configure Global Search
Log In
Files
F10833283
D4474.id10952.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
2 KB
Referenced Files
None
Subscribers
None
D4474.id10952.diff
View Options
diff --git a/abi_used_libs b/abi_used_libs
--- a/abi_used_libs
+++ b/abi_used_libs
@@ -1,8 +1,5 @@
ld-linux-x86-64.so.2
-libICE.so.6
-libSM.so.6
libX11.so.6
-libXext.so.6
libXmu.so.6
libXt.so.6
libbz2.so.1.0
@@ -11,7 +8,6 @@
libcurl.so.4
libdl.so.2
libgfortran.so.5
-libglib-2.0.so.0
libgobject-2.0.so.0
libgomp.so.1
libicui18n.so.63
@@ -25,7 +21,6 @@
libpcre.so.1
libpng16.so.16
libpthread.so.0
-libquadmath.so.0
libreadline.so.6
librt.so.1
libtiff.so.5
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,6 +1,6 @@
name : r
version : 3.5.1
-release : 27
+release : 28
source :
- https://cran.r-project.org/src/base/R-3/R-3.5.1.tar.gz : 0463bff5eea0f3d93fa071f79c18d0993878fd4f2e18ae6cf22c1639d11457ed
license : GPL-2.0-or-later
@@ -12,6 +12,8 @@
patterns :
- /usr/include/R
- /usr/lib64/pkgconfig
+enviroment: |
+ unset LD_AS_NEEDED
builddeps :
- pkgconfig(icu-io)
- pkgconfig(libcurl)
@@ -20,6 +22,7 @@
- pkgconfig(libtiff-4)
- pkgconfig(libturbojpeg)
- pkgconfig(pangocairo)
+ - pkgconfig(tk)
- pkgconfig(xmu)
- bzip2-devel
- gfortran
@@ -27,15 +30,15 @@
- openblas-devel
- xdg-utils
setup : |
- unset LD_AS_NEEDED
%configure \
--enable-R-shlib \
--with-blas="-lopenblas" \
+ --with-tcl-config=%libdir%/tclConfig.sh \
+ --with-tk-config=%libdir%/tkConfig.sh \
rdocdir=/usr/share/doc/R \
rincludedir=/usr/include/R \
rsharedir=/usr/share/R
build : |
- unset LD_AS_NEEDED
%make
install : |
%make_install
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -2,8 +2,8 @@
<Source>
<Name>r</Name>
<Packager>
- <Name>Joey Riches</Name>
- <Email>josephriches@gmail.com</Email>
+ <Name>F. von Gellhorn</Name>
+ <Email>flinux@vongellhorn.ch</Email>
</Packager>
<License>GPL-2.0-or-later</License>
<PartOf>programming</PartOf>
@@ -1533,12 +1533,12 @@
</Files>
</Package>
<History>
- <Update release="27">
- <Date>2018-10-21</Date>
+ <Update release="28">
+ <Date>2018-11-26</Date>
<Version>3.5.1</Version>
<Comment>Packaging update</Comment>
- <Name>Joey Riches</Name>
- <Email>josephriches@gmail.com</Email>
+ <Name>F. von Gellhorn</Name>
+ <Email>flinux@vongellhorn.ch</Email>
</Update>
</History>
</PISI>
\ No newline at end of file
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Jun 7 2023, 5:44 PM (9 w, 2 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5844126
Default Alt Text
D4474.id10952.diff (2 KB)
Attached To
Mode
D4474: Add tk/tcl support to r
Attached
Detach File
Event Timeline
Log In to Comment