TQ Hirsch
9d7885276a
aws-sdk-cpp: Fix library and include paths in generated cmake files
...
AWS's SDK by default tries to prepend its install root to each of the
library paths; this obviously fails with the absolute paths that Nix
gives it. Worse, it computes the installation root by walking up the
filesystem from its cmake file, so even if the AWSSDK_ROOT_DIR is
explicitly set to the root directory, it gets replaced with the path
to the derivation's dev output.
This is all fixed with a patch to the cmake files that generate the
installed configuration.
Once this is fixed, it *still* doesn't work because the export
generator built into cmake insists on adding `$out/include` to the
header search path; when importing this configuration in another
package, cmake will fail because `$out/include` doesn't exist (After
all, it was relocated by a fixup hook). A small postFixupHook will
recreate the directory and make cmake happy.
2020-04-14 23:40:55 +02:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
Franz Pletz
6842238875
aws-sdk-cpp: fix build with gcc9
2019-11-02 17:47:52 +01:00
Dima
0ad35ab3ad
aws-sdk-cpp: fixing hydra build
...
Removing debug info to fix hydra build.
The debug symbols alone are around ~1.8GB in size, which
makes the closure combined with the other two outputs
too large.
2019-10-09 22:48:12 +02:00
Matthew Bauer
980c80c08d
aws-sdk-cpp: fix libatomic detection
...
Needed for https://hydra.nixos.org/build/100470050
/cc @lopsided98
2019-09-22 17:39:21 -04:00
volth
46420bbaa3
treewide: name -> pname (easy cases) ( #66585 )
...
treewide replacement of
stdenv.mkDerivation rec {
name = "*-${version}";
version = "*";
to pname
2019-08-15 13:41:18 +01:00
Justin Humm
2d8b3df99b
aws-sdk-cpp: fix cross compilation
...
aws-sdk-cpp tries to run code at build time using check_c_source_runs
[0] and therefore needs to be told about the expected exit code [1].
[0] https://cmake.org/cmake/help/latest/module/CheckCSourceRuns.html
[1] https://cmake.org/cmake/help/latest/command/try_run.html#behavior-when-cross-compiling
2019-05-14 23:41:59 +02:00
R. RyanTM
f518935018
aws-sdk-cpp: 1.7.56 -> 1.7.90
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/aws-sdk-cpp/versions
2019-04-30 03:08:30 -07:00
R. RyanTM
e0d8d72a9f
aws-sdk-cpp: 1.7.53 -> 1.7.56 ( #56595 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/aws-sdk-cpp/versions
2019-04-08 22:44:22 +02:00
Orivej Desh
c32fa47ab4
aws-sdk-cpp: 1.7.49 -> 1.7.53
2019-02-19 22:40:48 +00:00
Orivej Desh
f8acd126c5
aws-sdk-cpp: 1.6.52 -> 1.7.49
...
Since 1.7.0 it requires new aws-c* dependencies:
https://github.com/aws/aws-sdk-cpp/releases/tag/1.7.0
ffd81252be
2019-02-14 09:19:04 +00:00
Daiderd Jordan
a4a7fd8d68
aws-sdk-cpp: fix darwin sandbox build
...
The tests use localhost networking, which is disallowed by
default in the darwin sandbox.
2019-02-12 23:38:13 +01:00
Orivej Desh
b633e1b3d4
aws-sdk-cpp: 1.6.20 -> 1.6.52
2018-11-15 18:28:26 +00:00
R. RyanTM
360a753939
aws-sdk-cpp: 1.5.17 -> 1.6.20
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/aws-sdk-cpp/versions
2018-10-16 04:19:39 -07:00
R. RyanTM
65c2e09d9a
aws-sdk-cpp: 1.4.82 -> 1.5.17
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/aws-sdk-cpp/versions .
2018-08-24 16:28:42 -07:00
R. RyanTM
f891715b00
aws-sdk-cpp: 1.4.78 -> 1.4.82
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/aws-sdk-cpp/versions .
2018-07-11 10:16:04 -07:00
R. RyanTM
6d2bc746f3
aws-sdk-cpp: 1.4.70 -> 1.4.78
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.
This update was made based on information from https://repology.org/metapackage/aws-sdk-cpp/versions .
These checks were done:
- built on NixOS
- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 1.4.78 with grep in /nix/store/5jxaryh2w692r3a20nijn5q7zc2xd43v-aws-sdk-cpp-1.4.78
- directory tree listing: https://gist.github.com/9e9bda76c45da3aee968472e112d51dc
- du listing: https://gist.github.com/890b235c67a7057ba2a51cd58db3c0fa
2018-07-04 15:52:46 -07:00
R. RyanTM
c5a37a494a
aws-sdk-cpp: 1.4.65 -> 1.4.70
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.
This update was made based on information from https://repology.org/metapackage/aws-sdk-cpp/versions .
These checks were done:
- built on NixOS
- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 1.4.70 with grep in /nix/store/az7vd5kvng3vgvdgn2ayk75and1gz4ll-aws-sdk-cpp-1.4.70
- directory tree listing: https://gist.github.com/d3c4e72fb9bc640c6c78344c7b6630b6
- du listing: https://gist.github.com/63d41f84084209f15d11cb23e00e5c3c
2018-06-24 05:58:51 -07:00
R. RyanTM
aecb983ebb
aws-sdk-cpp: 1.4.60 -> 1.4.65
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.
This update was made based on information from https://repology.org/metapackage/aws-sdk-cpp/versions .
These checks were done:
- built on NixOS
- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 1.4.65 with grep in /nix/store/g0zw6fdmf5flpnd5mqqjk373ndlq1zwd-aws-sdk-cpp-1.4.65
- directory tree listing: https://gist.github.com/78023eae3b6e7a16a3b9e7fb7fdba55b
- du listing: https://gist.github.com/2f4c13728002e11c5b08a8bc5658c21c
2018-06-14 12:38:48 -07:00
Will Dietz
b955c93cbe
aws-sdk-cpp: 1.4.50 -> 1.4.60
2018-06-07 07:16:58 -05:00
R. RyanTM
a1bc16a18f
aws-sdk-cpp: 1.4.40 -> 1.4.50 ( #40694 )
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.
This update was made based on information from https://repology.org/metapackage/aws-sdk-cpp/versions .
These checks were done:
- built on NixOS
- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 1.4.50 with grep in /nix/store/kg9d5flfl989yxfcppyq886g60mfhpzy-aws-sdk-cpp-1.4.50
- directory tree listing: https://gist.github.com/2faf1d98f152431438b23c93bd489e09
- du listing: https://gist.github.com/9df0b904ab22201191bb2261798bb0a3
2018-06-02 10:08:27 +02:00
R. RyanTM
aafe5fb246
aws-sdk-cpp: 1.4.33 -> 1.4.40
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.
This update was made based on information from https://repology.org/metapackage/aws-sdk-cpp/versions .
These checks were done:
- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 1.4.40 with grep in /nix/store/gd2sihwpr8xipj6k5ych7gzj6024kc54-aws-sdk-cpp-1.4.40
- directory tree listing: https://gist.github.com/559971e38c15ec82c70c6d9f6f785465
2018-05-02 20:50:42 -07:00
R. RyanTM
36c592df5a
aws-sdk-cpp: 1.4.24 -> 1.4.33
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.
This update was made based on information from https://repology.org/metapackage/aws-sdk-cpp/versions .
These checks were done:
- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 1.4.33 with grep in /nix/store/plknjymzss3c8bfcjfhjmlkf9icgkz7v-aws-sdk-cpp-1.4.33
- directory tree listing: https://gist.github.com/d510b62973cdf67e2ed76e170a388918
2018-04-20 11:05:06 -07:00
R. RyanTM
97cfd915a5
aws-sdk-cpp: 1.4.15 -> 1.4.24
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.
This update was made based on information from https://repology.org/metapackage/aws-sdk-cpp/versions .
These checks were done:
- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 1.4.24 with grep in /nix/store/l5b5v0apdlpjby67kzzrvi6gqfvccal8-aws-sdk-cpp-1.4.24
- directory tree listing: https://gist.github.com/a9ed6bbccf52e2bbd300e219ff1f892e
2018-03-31 15:12:27 -07:00
Will Dietz
48c3e60061
aws-sdk-cpp: 1.4.10 -> 1.4.15
2018-03-19 20:05:53 -05:00
Ryan Mulligan
5057c24a1f
aws-sdk-cpp: 1.3.22 -> 1.4.10
...
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:
- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 1.4.10 with grep in /nix/store/qb91mvvbzd45xcnd640m0wq8z915d257-aws-sdk-cpp-1.4.10
2018-03-16 04:48:50 -07:00
Vladimír Čunát
44f8613fb3
aws-sdk-cpp: fixup build with gcc7
...
Hydra will need more complicated fixups.
2018-02-18 16:53:14 +01:00
Matthew Bauer
590cdf0fb0
aws-sdk-cpp: fix on darwin
2018-02-17 10:02:25 -06:00
Will Dietz
ee4f04dcd7
aws-sdk-cpp: disable tests on cross
2018-02-13 09:44:59 -06:00
Ben Gamari
716194de50
aws-sdk-cpp: Enable cross-compilation
2018-01-05 12:59:52 -06:00
Eelco Dolstra
3430b0e859
aws-sdk-cpp: 1.1.18 -> 1.3.22
2017-12-14 15:53:55 +01:00
Robin Gloster
329eec441b
aws-sdk-cpp: 1.1.7 -> 1.1.18
2017-08-04 04:13:14 +02:00
Robin Gloster
a97d46e727
aws-sdk-cpp: 1.0.153 -> 1.1.7
2017-08-04 04:13:04 +02:00
Eelco Dolstra
c23dcd72a0
Enable some more debug info
2017-07-05 16:04:54 +02:00
Eelco Dolstra
c1e5ca92b7
aws-sdk-cpp: Better fix for the failing credentials test
2017-06-19 10:58:37 +02:00
Eelco Dolstra
ac8451508b
aws-sdk-cpp: 1.0.127 -> 1.0.153
2017-06-16 19:18:28 +02:00
Eelco Dolstra
672d2dfbb8
aws-sdk-cpp: Fix credentials test
...
These require a home directory.
http://hydra.nixos.org/build/54519006
2017-06-16 19:18:24 +02:00
Eelco Dolstra
3b44cd731c
aws-sdk-cpp: 1.0.60 -> 1.0.127
2017-05-22 14:36:20 +02:00
Dan Peebles
7bc17013f8
aws-sdk-cpp: 1.0.48 -> 1.0.60
2017-02-02 16:28:48 +01:00
Dan Peebles
d34ee526a8
aws-sdk-cpp: fix on darwin
...
The LD_LIBRARY_PATH variable does nothing on Darwin, but
DYLD_LIBRARY_PATH does the same thing, so splice in the right variable
based on which system we're working on.
2017-02-02 02:18:42 +01:00
Eelco Dolstra
3e84523ed7
aws-sdk-cpp: 1.0.43 -> 1.0.48
2016-12-29 16:25:58 +01:00
Eelco Dolstra
215b1e519b
aws-sdk-cpp: 1.0.34 -> 1.0.43
...
Since this drops the problematic libuuid dependency, enable on Darwin.
2016-12-22 17:18:20 +01:00
Daiderd Jordan
ef65353c73
Revert "aws-sdk-cpp: Enable on Darwin systems"
...
This reverts commit 5b2e289c0a
.
2016-12-15 15:34:06 +01:00
Matthew Bauer
5b2e289c0a
aws-sdk-cpp: Enable on Darwin systems
...
libuuid can be provided by libossp_uuid.
2016-12-14 23:32:53 -06:00
Eelco Dolstra
5743506c6e
aws-sdk-cpp: Use multiple outputs
2016-12-08 14:19:48 +01:00
Eelco Dolstra
b60873ed99
aws-sdk-cpp: 0.10.6 -> 1.0.34
2016-11-28 16:37:31 +01:00
obadz
0d259f841b
aws-sdk-cpp: add compile flag -fpermissive due to libcurl upgrade
...
curl upgrade to 7.50.0 (#17152 ) changes the libcurl headers slightly and
therefore requires the followin flag until this package gets updated
2016-07-31 15:03:50 +01:00
Eelco Dolstra
11e252e5a0
aws-sdk-cpp: 0.9.6 -> 0.10.6
2016-04-21 17:17:18 +02:00
Eelco Dolstra
7b2ac69ada
aws-sdk-cpp: Allow building some APIS and disabling custom memory management
2016-02-18 19:29:40 +01:00
Eelco Dolstra
108a0ae881
aws-sdk-cpp: Init at 0.9.6
2016-02-16 13:42:01 +01:00