Displaying 17 results from an estimated 17 matches for "jinja2".
2018 Dec 11
2
Using LLD to link against third-party libraries? How?
...r_assign() from C++17). And I'm using Windows, so I shouldn't use LDFLAGS or CXXFLAGS as environment variables. I'll use them directly on the compiler command line instead. The libraries I need to link against are C:/boost_1_68_0/stage/lib/libboost_system-vc141-mt-x64-1_68.lib and C:/Jinja2Cpp/install_x64/lib/static/jinja2cpp.lib.
I tried to build it with this flag:
"
clang++ -std=c++17 -Wall -pedantic -D_SILENCE_CXX17_ADAPTOR_TYPEDEFS_DEPRECATION_WARNING -Dvariant_CONFIG_SELECT_VARIANT=variant_VARIANT_NONSTD -D_SILENCE_CXX17_ALLOCATOR_VOID_DEPRECATION_WARNING -D_CRT_SECURE_NO_W...
2018 Dec 11
3
Using LLD to link against third-party libraries? How?
.... And I'm using Windows, so I
> shouldn't use LDFLAGS or CXXFLAGS as environment variables. I'll use
> them directly on the compiler command line instead. The libraries I
> need to link against are
> C:/boost_1_68_0/stage/lib/libboost_system-vc141-mt-x64-1_68.lib and
> C:/Jinja2Cpp/install_x64/lib/static/jinja2cpp.lib.
>
> I tried to build it with this flag:
> "
> clang++ -std=c++17 -Wall -pedantic -
> D_SILENCE_CXX17_ADAPTOR_TYPEDEFS_DEPRECATION_WARNING -
> Dvariant_CONFIG_SELECT_VARIANT=variant_VARIANT_NONSTD -
> D_SILENCE_CXX17_ALLOCATOR_VOID_D...
2014 Jun 11
0
CESA-2014:0747 Moderate CentOS 6 python-jinja2 Update
...ity Advisory 2014:0747 Moderate
Upstream details at : https://rhn.redhat.com/errata/RHSA-2014-0747.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
i386:
cc1149c747aeb36d7182c7bbf05b1da3b7cd931fadcd50a4d88fc29e534e760e python-jinja2-2.2.1-2.el6_5.i686.rpm
x86_64:
e477a1c317ee9c93f066b1f17459fec12c9b14c9855ae18aa8f5ff0314e0a449 python-jinja2-2.2.1-2.el6_5.x86_64.rpm
Source:
5568dd3e60eb44b81b050aae16ba6b16763ec481d5ce0554482dd0a56181c7c9 python-jinja2-2.2.1-2.el6_5.src.rpm
--
Johnny Hughes
CentOS Project { http://www.ce...
2018 Dec 12
2
Using LLD to link against third-party libraries? How?
I couldn't get it to build libcxx...
You need c++ and c++abi to compile c++ code.
On Wed, Dec 12, 2018, 07:01 Osman Zakir via llvm-dev <
llvm-dev at lists.llvm.org> wrote:
> LLVM on a Developer Command Prompt. The ones I want to fix first are the
> ones from Boost and Jinja2Cpp. I saw some from those as well.
>
> If there any standard library ones missing, could it be because I couldn't
> get it to build libcxx? I did try to include that, but it seems to be
> missing. What should I do?
> ------------------------------
> *From:* David Greene <...
2018 Dec 12
3
Using LLD to link against third-party libraries? How?
...it to build libcxx...
You need c++ and c++abi to compile c++ code.
On Wed, Dec 12, 2018, 07:01 Osman Zakir via llvm-dev <llvm-dev at lists.llvm.org<mailto:llvm-dev at lists.llvm.org>> wrote:
LLVM on a Developer Command Prompt. The ones I want to fix first are the ones from Boost and Jinja2Cpp. I saw some from those as well.
If there any standard library ones missing, could it be because I couldn't get it to build libcxx? I did try to include that, but it seems to be missing. What should I do?
________________________________
From: David Greene <dag at cray.com<mailto:da...
2019 May 13
0
CESA-2019:1022 Important CentOS 7 python-jinja2 Security Update
...ty Advisory 2019:1022 Important
Upstream details at : https://access.redhat.com/errata/RHSA-2019:1022
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
x86_64:
4c544ffe6426910134ed77479c5bd02501c08314989979a3ce002146fc92ae6f python-jinja2-2.7.2-3.el7_6.noarch.rpm
Source:
1ef61abd45cc621022dbc1cf03eb4f3bf10c1eb168aa2d13f30d0edd414d850f python-jinja2-2.7.2-3.el7_6.src.rpm
--
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #centos at irc.freenode.net
Twitter: @JohnnyCentOS
2018 Dec 12
4
Using LLD to link against third-party libraries? How?
...it to build libcxx...
You need c++ and c++abi to compile c++ code.
On Wed, Dec 12, 2018, 07:01 Osman Zakir via llvm-dev <llvm-dev at lists.llvm.org<mailto:llvm-dev at lists.llvm.org>> wrote:
LLVM on a Developer Command Prompt. The ones I want to fix first are the ones from Boost and Jinja2Cpp. I saw some from those as well.
If there any standard library ones missing, could it be because I couldn't get it to build libcxx? I did try to include that, but it seems to be missing. What should I do?
________________________________
From: David Greene <dag at cray.com<mailto:da...
2018 Dec 11
2
Using LLD to link against third-party libraries? How?
I already mentioned what flag I tried. It's in the first email in this thread. And I want to link against Boost.System and the Jinja2Cpp library (the latter's documentation can be found here: https://github.com/flexferrum/Jinja2Cpp . And I also have some GUI applications using FLTK as well that I want to try to build using LLVM as well, so I'll have to know how to link against FLFK's libraries too.
[https://avatars3....
2018 Dec 12
4
Using LLD to link against third-party libraries? How?
...it to build libcxx...
You need c++ and c++abi to compile c++ code.
On Wed, Dec 12, 2018, 07:01 Osman Zakir via llvm-dev <llvm-dev at lists.llvm.org<mailto:llvm-dev at lists.llvm.org>> wrote:
LLVM on a Developer Command Prompt. The ones I want to fix first are the ones from Boost and Jinja2Cpp. I saw some from those as well.
If there any standard library ones missing, could it be because I couldn't get it to build libcxx? I did try to include that, but it seems to be missing. What should I do?
________________________________
From: David Greene <dag at cray.com<mailto:da...
2019 May 14
0
CentOS-announce Digest, Vol 171, Issue 4
...Topics:
1. CESA-2019:1024 Important CentOS 7 flatpak Security Update
(Johnny Hughes)
2. CESA-2019:1017 Important CentOS 7 ghostscript Security Update
(Johnny Hughes)
3. CEBA-2019:1015 CentOS 7 glibc BugFix Update (Johnny Hughes)
4. CESA-2019:1022 Important CentOS 7 python-jinja2 Security
Update (Johnny Hughes)
----------------------------------------------------------------------
Message: 1
Date: Mon, 13 May 2019 15:08:37 +0000
From: Johnny Hughes <johnny at centos.org>
To: centos-announce at centos.org
Subject: [CentOS-announce] CESA-2019:1024 Important Cen...
2014 Jun 12
0
CentOS-announce Digest, Vol 112, Issue 6
...5 kernel Update (Johnny Hughes)
4. CESA-2014:0743 Moderate CentOS 6 qemu-kvm Update (Johnny Hughes)
5. CESA-2014:0741 Critical CentOS 6 firefox Update (Johnny Hughes)
6. CESA-2014:0742 Important CentOS 6 thunderbird Update
(Johnny Hughes)
7. CESA-2014:0747 Moderate CentOS 6 python-jinja2 Update
(Johnny Hughes)
8. CEBA-2014:0749 CentOS 6 mobile-broadband-provider-info
FASTTRACK Update (Johnny Hughes)
9. CEBA-2014:0750 CentOS 6 pulseaudio FASTTRACK Update
(Johnny Hughes)
----------------------------------------------------------------------
Message: 1
Date:...
2018 Dec 02
2
Linking third-party libraries using lld?
...dantic -m64 -D_SILENCE_CXX17_ADAPTOR_TYPEDEFS_DEPRECATION_WARNING -Dvariant_CONFIG_SELECT_VARIANT=variant_VARIANT_NONSTD -D_SILENCE_CXX17_ALLOCATOR_VOID_DEPRECATION_WARNING -D_CRT_SECURE_NO_WARNINGS -D_WINSOCK_DEPRECATED_NO_WARNINGS -D_WIN32 -D_WIN32_WINDOWS -D_NDEBUG -D_MBCS -IC:/boost_1_68_0 -IC:/Jinja2Cpp/install_x64/include -IC:/json/single_include -LC:/boost_1_68_0/stage/lib/libboost_system-vc141-mt-x64-1_68.lib -LC:/Jinja2Cpp/install_x64/lib/static/jinja2cpp.lib currency_converter.cpp -o currency_converter.exe
"
But I have still have linker errors from Jinja2Cpp and Boost.System. Jinja2...
2018 Dec 11
2
Using LLD to link against third-party libraries? How?
I add the -fuse-ld=lld flag to the compiler command line itself. And I included LLD when I built LLVM (I checked out the mono repo and built that version).
What command line arguments should I pass to LLD when I want to link against third-party libraries? That's what I'm asking.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2017 Nov 16
2
Can't update
Hi,
I can't do update:
yum update
Traceback (most recent call last):
File "/usr/bin/yum", line 29, in <module>
yummain.user_main(sys.argv[1:], exit_code=True)
File "/usr/share/yum-cli/yummain.py", line 298, in user_main
errcode = main(args)
File "/usr/share/yum-cli/yummain.py", line 110, in main
base = cli.YumBaseCli()
File
2017 Nov 16
2
Can't update
...4
python-iniparse-0.3.1-2.1.el6.noarch
python-gdata-2.0.11-1.el6.noarch
python-chardet-2.2.1-1.el6.noarch
python-markupsafe-0.9.2-4.el6.x86_64
python-urlgrabber-3.9.1-11.el6.noarch
python-suds-0.4.1-3.el6.noarch
python-psutil-0.6.1-1.el6.x86_64
libxslt-python-1.1.26-2.el6_3.1.x86_64
python-jinja2-2.2.1-2.el6_5.x86_64
gnome-python2-gnome-2.28.0-3.el6.x86_64
python-passlib-1.5.3-1.el6.noarch
hippo-canvas-python-0.3.0-6.el6.x86_64
python-beaker-1.3.1-7.el6.noarch
python-ethtool-0.6-5.el6.x86_64
python-nose-0.10.4-3.1.el6.noarch
python-lxml-2.2.3-1.1.el6.x86_64
python-vobject-0.8.1c-5.e...
2011 Jun 22
3
markdown conversion routines
i am considering writing converters
between my "zen markup language'
and "markdown", but i don't know
which version of markdown to target.
i'd think it'd be the "pandoc" version,
and i understand that to be closest to
"multimarkdown", but gruber has said
he "disagrees" with "almost every part"
of multimarkdown's syntax
2017 Aug 23
5
Extending TableGen's 'foreach' to work with 'multiclass' and 'defm'
On 08/23/2017 12:06 PM, Krzysztof Parzyszek via llvm-dev wrote:
> On 8/23/2017 11:58 AM, Hal Finkel via llvm-dev wrote:
>> If we want to go down that route, I can certainly imagine a feasible
>> incremental-transitioning strategy. We could allow TableGen to use an
>> embedded Python interpreter to generate records based on Python data
>> structures, and then, combine