manticore: drop (#408107)

authored by Aleksana and committed by GitHub 8d625a89 f85d0659

+2 -69
-69
pkgs/by-name/ma/manticore/package.nix
··· 1 - { 2 - stdenv, 3 - fetchFromGitHub, 4 - coreutils, 5 - autoreconfHook, 6 - smlnj, 7 - }: 8 - 9 - let 10 - rev = "7376cb20ba5285a6b076a73c821e4743809c1d9d"; 11 - in 12 - stdenv.mkDerivation { 13 - pname = "manticore"; 14 - version = "2019.12.03"; 15 - 16 - src = fetchFromGitHub { 17 - owner = "ManticoreProject"; 18 - repo = "manticore"; 19 - sha256 = "17h3ar7d6145dyrm006r3gd5frk3v4apjk383n78dh4vlniv1ay2"; 20 - inherit rev; 21 - }; 22 - 23 - enableParallelBuilding = false; 24 - 25 - nativeBuildInputs = [ autoreconfHook ]; 26 - 27 - buildInputs = [ 28 - coreutils 29 - smlnj 30 - ]; 31 - 32 - autoreconfFlags = [ 33 - "-Iconfig" 34 - "-vfi" 35 - ]; 36 - 37 - unpackPhase = '' 38 - mkdir -p $out 39 - cd $out 40 - unpackFile $src 41 - mv source repo_checkout 42 - cd repo_checkout 43 - chmod u+w . -R 44 - ''; 45 - 46 - postPatch = '' 47 - patchShebangs . 48 - substituteInPlace configure.ac --replace 'MANTICORE_ROOT=`pwd`' 'MANTICORE_ROOT=$out/repo_checkout' 49 - ''; 50 - 51 - preInstall = "mkdir -p $out/bin"; 52 - 53 - meta = { 54 - description = "Parallel, pure variant of Standard ML"; 55 - mainProgram = "pmlc"; 56 - 57 - longDescription = '' 58 - Manticore is a high-level parallel programming language aimed at 59 - general-purpose applications running on multi-core 60 - processors. Manticore supports parallelism at multiple levels: 61 - explicit concurrency and coarse-grain parallelism via CML-style 62 - constructs and fine-grain parallelism via various light-weight 63 - notations, such as parallel tuple expressions and NESL/Nepal-style 64 - parallel array comprehensions. 65 - ''; 66 - 67 - homepage = "http://manticore.cs.uchicago.edu/"; 68 - }; 69 - }
+2
pkgs/top-level/aliases.nix
··· 1135 1135 lxd-unwrapped = lib.warnOnInstantiate "lxd-unwrapped has been renamed to lxd-unwrapped-lts" lxd-unwrapped-lts; # Added 2024-04-01 1136 1136 lzma = throw "'lzma' has been renamed to/replaced by 'xz'"; # Converted to throw 2024-10-17 1137 1137 lzwolf = throw "'lzwolf' has been removed because it's no longer maintained upstream. Consider using 'ecwolf'"; # Added 2025-03-02 1138 + 1138 1139 ### M ### 1139 1140 1140 1141 ma1sd = throw "ma1sd was dropped as it is unmaintained"; # Added 2024-07-10 ··· 1148 1149 maligned = throw "maligned was deprecated upstream in favor of x/tools/go/analysis/passes/fieldalignment"; # Added 20204-08-24 1149 1150 manicode = throw "manicode has been renamed to codebuff"; # Added 2024-12-10 1150 1151 manta = throw "manta does not support python3, and development has been abandoned upstream"; # Added 2025-03-17 1152 + manticore = throw "manticore is no longer maintained since 2020, and doesn't build since smlnj-110.99.7.1"; # Added 2025-05-17 1151 1153 1152 1154 maple-mono-NF = throw '' 1153 1155 maple-mono-NF had been moved to maple-mono.NF.