Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
argopkgs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
argo
argopkgs
Commits
57337f2c
Commit
57337f2c
authored
Oct 31, 2018
by
Valentin Reis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix so that hydra doesn't create a job for intel.utils.
parent
83a66105
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
pkgs/default.nix
pkgs/default.nix
+2
-3
No files found.
pkgs/default.nix
View file @
57337f2c
...
@@ -45,9 +45,8 @@ in rec {
...
@@ -45,9 +45,8 @@ in rec {
#Intel compilers
#Intel compilers
intel
=
with
pkgs
;
rec
{
intel
=
with
pkgs
;
rec
{
inherit
utils
;
icc
=
callPackage
intel/icc
{
inherit
compiler_path
utils
;
};
icc
=
callPackage
intel/icc
{
inherit
compiler_path
;
};
mkl
=
callPackage
intel/mkl
{
inherit
compiler_path
utils
;
};
mkl
=
callPackage
intel/mkl
{
inherit
compiler_path
;
};
WrappedICC
=
(
import
../patches/cc-wrapper
{
WrappedICC
=
(
import
../patches/cc-wrapper
{
inherit
stdenv
binutils
coreutils
;
inherit
stdenv
binutils
coreutils
;
libc
=
glibc
;
libc
=
glibc
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment