Displaying 3 results from an estimated 3 matches for "40psu".
2019 May 02
0
Disco Dingo repository issues
On 5/2/19 1:01 PM, Willem Ligtenberg wrote:
> Hi,
>
> I have just installed Ubuntu 19.04 (Disco Dingo) and after adding the following repo:
> deb https://nam01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcloud.r-project.org%2Fbin%2Flinux%2Fubuntu&data=02%7C01%7Cmar36%40psu.edu%7C03d535fa26ac4440ec4808d6cf1fd474%7C7cf48d453ddb4389a9c1c115526eb52e%7C0%7C1%7C636924132963196474&sdata=mee1w7WLapUreQpzccSPMFWm%2Bd06r1VJRlFeiWbkO2g%3D&reserved=0 disco-cran35/
> and importing the keys, I want to install r-base so I perform the following:
>
> sudo ap...
2019 May 02
2
Disco Dingo repository issues
Hi,
I have just installed Ubuntu 19.04 (Disco Dingo) and after adding the following repo:
deb https://cloud.r-project.org/bin/linux/ubuntu disco-cran35/
and importing the keys, I want to install r-base so I perform the following:
sudo apt update
sudo apt install r-base
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be
2019 Aug 05
2
LLVM crashing while trying to build SPEC with Clang
Hello,
I am building the SPEC 2006 Benchmark with Clang as the compiler. I have written a function pass in LLVM and I am trying to run that for SPEC by invoking the pass in the build options of SPEC. The build options of SPEC are in a *.cfg config file, which allows us to specify the choice of compiler while building SPEC. (https://www.spec.org/cpu2006/Docs/install-guide-unix.html)
The pass